Searched refs:fMatrixMode (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLInterface.h224 GLPtr<GrGLMatrixModeProc> fMatrixMode; member in struct:GrGLInterface
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLInterface.cpp211 NULL == fMatrixMode ||
H A DGrGLCreateNullInterface.cpp339 interface->fMatrixMode = noOpGLMatrixMode;
/external/skia/include/gpu/gl/
H A DGrGLInterface.h224 GLPtr<GrGLMatrixModeProc> fMatrixMode; member in struct:GrGLInterface
/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp211 NULL == fMatrixMode ||
H A DGrGLCreateNullInterface.cpp339 interface->fMatrixMode = noOpGLMatrixMode;
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp310 interface->fMatrixMode = (GrGLMatrixModeProc) eglGetProcAddress("glMatrixMode");
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp310 interface->fMatrixMode = (GrGLMatrixModeProc) eglGetProcAddress("glMatrixMode");
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp863 interface->fMatrixMode = noOpGLMatrixMode;
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp863 interface->fMatrixMode = noOpGLMatrixMode;

Completed in 57 milliseconds