/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 103 void SkANGLEGLContext::makeCurrent() const {
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 110 void SkNativeGLContext::makeCurrent() const {
|
/external/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 103 void SkANGLEGLContext::makeCurrent() const {
|
/external/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 110 void SkNativeGLContext::makeCurrent() const {
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglOsApi.h | 46 bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType);
|
EglMacApi.cpp | 166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx){
|
/cts/tests/tests/effect/src/android/effect/cts/ |
GLEnv.java | 70 public void makeCurrent() {
|
EffectTest.java | 44 mEnv.makeCurrent();
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrContextFactory.h | 103 fContexts[i].fGLContext->makeCurrent();
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
SkNativeGLContext_android.cpp | 163 void SkNativeGLContext::makeCurrent() const {
|
/external/skia/include/gpu/ |
GrContextFactory.h | 103 fContexts[i].fGLContext->makeCurrent();
|
/external/skia/src/gpu/gl/android/ |
SkNativeGLContext_android.cpp | 163 void SkNativeGLContext::makeCurrent() const {
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglCanvas.java | 336 pbuffer.makeCurrent();
345 pbuffer.makeCurrent();
|
LwjglDisplay.java | 128 Display.makeCurrent();
|
/frameworks/native/cmds/flatland/ |
GLHelper.cpp | 91 resultb = makeCurrent(mDummySurface); 135 bool GLHelper::makeCurrent(EGLSurface surface) { 155 if (!makeCurrent(mDummySurface)) {
|
Renderers.cpp | 171 result = mGLHelper->makeCurrent(surface);
|
/cts/tests/tests/media/src/android/media/cts/ |
InputSurface.java | 139 public void makeCurrent() {
|
PresentationSyncTest.java | 93 output.makeCurrent(); 267 output.makeCurrent();
|
MediaCodecTest.java | 139 inputSurface.makeCurrent(); 563 inputSurface.makeCurrent();
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 283 void SkNativeGLContext::makeCurrent() const {
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
Technique.java | 169 * call {@link #makeCurrent(com.jme3.asset.AssetManager) } on this 184 public void makeCurrent(AssetManager assetManager) {
|
/external/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 283 void SkNativeGLContext::makeCurrent() const {
|
/frameworks/native/opengl/libs/EGL/ |
egl_display.h | 88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.h | 143 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.cpp | 131 int Renderer::makeCurrent(RenderingThread *thread,
|