HomeSort by relevance Sort by last modified time
    Searched refs:makeCurrent (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/skia/include/gpu/gl/
SkGLContextHelper.h 34 virtual void makeCurrent() const = 0;
SkNativeGLContext.h 32 virtual void makeCurrent() const SK_OVERRIDE;
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 99 void SkMesaGLContext::makeCurrent() const {
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 186 makeCurrent(mPBufferSurface);
200 makeCurrent(EGL_NO_SURFACE);
228 bool EglManager::makeCurrent(EGLSurface surface) {
247 makeCurrent(surface);
EglManager.h 48 bool makeCurrent(EGLSurface surface);
CanvasContext.cpp 87 makeCurrent();
103 makeCurrent();
133 void CanvasContext::makeCurrent() {
136 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface);
CanvasContext.h 66 void makeCurrent();
DrawFrameTask.cpp 126 mContext->makeCurrent();
  /frameworks/native/cmds/flatland/
GLHelper.h 52 bool makeCurrent(EGLSurface surface);
GLHelper.cpp 91 resultb = makeCurrent(mDummySurface);
135 bool GLHelper::makeCurrent(EGLSurface surface) {
155 if (!makeCurrent(mDummySurface)) {
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 46 int makeCurrent(RenderingThread *thread,
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 71 makeCurrent();
201 public void makeCurrent() {
InputSurface.java 138 public void makeCurrent() {
  /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 111 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 111 void SkNativeGLContext::makeCurrent() const {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 46 bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType);
  /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/src/gpu/gl/android/
SkNativeGLContext_android.cpp 163 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 163 void SkNativeGLContext::makeCurrent() const {
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 283 void SkNativeGLContext::makeCurrent() const {
  /external/deqp/framework/egl/
tcuEgl.hpp 146 void makeCurrent (const Surface& draw, const Surface& read);
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 283 void SkNativeGLContext::makeCurrent() const {

Completed in 307 milliseconds

12 3 4