HomeSort by relevance Sort by last modified time
    Searched refs:makeCurrent (Results 51 - 58 of 58) sorted by null

1 23

  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 535 DisplayDevice::makeCurrent(mEGLDisplay, hw, mEGLContext);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx) {
EglImp.cpp 684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) {
739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 306 inputSurface.makeCurrent();
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 650 EGLBoolean result = dp->makeCurrent(c, cur_c,
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 224 void Context::makeCurrent(egl::Display *display, egl::Surface *surface)
    [all...]

Completed in 971 milliseconds

1 23