Home
last modified time | relevance | path

Searched defs:MakeCurrent (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Degl_context.cc96 absl::Status EglContext::MakeCurrent(EGLSurface read, EGLSurface write) { in MakeCurrent() function in tflite::gpu::gl::EglContext
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Degldriver.h95 EGLBoolean (*MakeCurrent)(_EGLDisplay *disp, _EGLSurface *draw, member
/aosp_15_r20/external/angle/src/libGLESv2/
H A Degl_stubs.cpp535 EGLBoolean MakeCurrent(Thread *thread, in MakeCurrent() function
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLIOSurfaceClientBufferTest.cpp1258 TEST_P(IOSurfaceClientBufferTest, MakeCurrent) in TEST_P() argument
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp727 class MakeCurrent : public tcu::ThreadUtil::Operation class
740 MakeCurrent::MakeCurrent(EGLThread &thread, EGLDisplay display, SharedPtr<Surface> surface, in MakeCurrent() function in deqp::egl::GLES2ThreadTest::MakeCurrent
/aosp_15_r20/cts/tests/tests/nativehardware/jni/
H A DAHardwareBufferGLTest.cpp1143 void MakeCurrent(int which) { in MakeCurrent() function in android::AHardwareBufferGLTest