HomeSort by relevance Sort by last modified time
    Searched refs:makeCurrent (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/deqp/framework/egl/
egluUnique.cpp 90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
95 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /external/skia/include/gpu/gl/command_buffer/
SkCommandBufferGLContext.h 48 bool makeCurrent();
  /external/skia/src/gpu/
GrContextFactory.cpp 39 context.fGLContext->makeCurrent();
53 context.fGLContext->makeCurrent();
71 context.fGLContext->makeCurrent();
132 glCtx->makeCurrent();
  /frameworks/av/cmds/screenrecord/
EglWindow.h 58 status_t makeCurrent() const;
FrameOutput.h 52 mEglWindow.makeCurrent();
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
GlRectDrawerTest.java 101 eglBase.makeCurrent();
138 eglBase.makeCurrent();
240 eglBase.makeCurrent();
245 eglBase.makeCurrent();
258 eglBase.makeCurrent();
289 eglBase.makeCurrent();
SurfaceTextureHelperTest.java 143 eglOesBase.makeCurrent();
151 eglBase.makeCurrent();
208 eglOesBase.makeCurrent();
221 eglBase.makeCurrent();
257 eglBase.makeCurrent();
312 eglOesBase.makeCurrent();
348 eglOesBase.makeCurrent();
395 eglBase.makeCurrent();
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 171 eglBase.makeCurrent();
259 eglBase.makeCurrent();
304 eglBase.makeCurrent();
333 eglBase.makeCurrent();
460 eglBase.makeCurrent();
482 eglBase.makeCurrent();
EglBase.java 129 public abstract void makeCurrent();
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 79 surface1.makeCurrent();
96 surface1.makeCurrent();
107 surface2.makeCurrent();
372 public void makeCurrent(EGLSurface eglSurface) {
374 // called makeCurrent() before create?
375 Log.d(TAG, "NOTE: makeCurrent w/o display");
385 public void makeCurrent(EGLSurface drawSurface, EGLSurface readSurface) {
387 // called makeCurrent() before create?
388 Log.d(TAG, "NOTE: makeCurrent w/o display");
541 public void makeCurrent() {
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 143 wglMakeCurrentFunc makeCurrent;
158 , makeCurrent (DE_NULL)
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
201 !m_functions.makeCurrent ||
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx))
237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL);
418 if (!wgl.makeCurrent(deviceCtx, m_context))
429 wgl.makeCurrent(m_deviceCtx, NULL);
  /frameworks/native/cmds/flatland/
GLHelper.h 52 bool makeCurrent(EGLSurface surface);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 75 makeCurrent();
209 public void makeCurrent() {
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 71 makeCurrent();
205 public void makeCurrent() {
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 45 eglMakeCurrentFunc makeCurrent;
  /external/deqp/modules/egl/
teglColorClearCase.cpp 197 egl.makeCurrent(display, surface, surface, context);
213 egl.makeCurrent(display, surface, surface, context);
233 egl.makeCurrent(display, surface, surface, context);
239 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
299 m_egl.makeCurrent(m_display, m_surface, m_surface, m_context);
307 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
402 egl.makeCurrent(display, surface, surface, context);
408 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
teglNegativePartialUpdateTests.cpp 126 egl.makeCurrent(eglDisplay, eglSurface, eglSurface, eglContext);
183 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
290 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext));
309 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
330 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, m_eglContext));
520 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext));
526 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
533 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, m_eglContext));
teglSurfacelessContextTests.cpp 114 if (!egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, *context))
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglMultiContextTests.cpp 175 const eglw::EGLBoolean result = egl.makeCurrent(*display, *surface, *surface, context);
203 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
214 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglRenderTests.cpp 738 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
749 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
763 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
780 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
785 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context));
866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
966 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
972 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
980 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context))
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSUIViewController.java 99 graphics.makeCurrent();
  /external/skia/include/gpu/gl/
SkGLContext.h 38 void makeCurrent() const;
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 128 makeCurrent(mPBufferSurface);
243 makeCurrent(EGL_NO_SURFACE);
266 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) {
304 makeCurrent(surface);
EglManager.h 70 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
  /external/skia/tests/
EGLImageTest.cpp 19 glctx1->makeCurrent();
33 glctx0->makeCurrent();
161 glCtx0->makeCurrent();

Completed in 1219 milliseconds

1 2 3 4 5