Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h122 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLMatrixLoadf(GrGLenum, const GrGLfloat*);
DGrGLNoOpInterface.cpp193 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLMatrixLoadf(GrGLenum, const GrGLfloat*) { in noOpGLMatrixLoadf() function
DGrGLCreateNullInterface.cpp487 functions->fMatrixLoadf = noOpGLMatrixLoadf; in GrGLCreateNullInterface()
DSkNullGLContext.cpp536 functions->fMatrixLoadf = noOpGLMatrixLoadf; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp981 functions->fMatrixLoadf = noOpGLMatrixLoadf; in GrGLCreateDebugInterface()