Home
last modified time | relevance | path

Searched refs:noOpGLMatrixLoadIdentity (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h124 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLMatrixLoadIdentity(GrGLenum);
DGrGLNoOpInterface.cpp196 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLMatrixLoadIdentity(GrGLenum) { in noOpGLMatrixLoadIdentity() function
DGrGLCreateNullInterface.cpp488 functions->fMatrixLoadIdentity = noOpGLMatrixLoadIdentity; in GrGLCreateNullInterface()
DSkNullGLContext.cpp537 functions->fMatrixLoadIdentity = noOpGLMatrixLoadIdentity; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp982 functions->fMatrixLoadIdentity = noOpGLMatrixLoadIdentity; in GrGLCreateDebugInterface()