Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp399 functions->fGenQueries = noOpGLGenIds; in GrGLCreateNullInterface()
400 functions->fGenTextures = noOpGLGenIds; in GrGLCreateNullInterface()
401 functions->fGenVertexArrays = noOpGLGenIds; in GrGLCreateNullInterface()
479 functions->fGenFramebuffers = noOpGLGenIds; in GrGLCreateNullInterface()
480 functions->fGenRenderbuffers = noOpGLGenIds; in GrGLCreateNullInterface()
DSkNullGLContext.cpp448 functions->fGenQueries = noOpGLGenIds; in create_null_interface()
449 functions->fGenTextures = noOpGLGenIds; in create_null_interface()
450 functions->fGenVertexArrays = noOpGLGenIds; in create_null_interface()
528 functions->fGenFramebuffers = noOpGLGenIds; in create_null_interface()
529 functions->fGenRenderbuffers = noOpGLGenIds; in create_null_interface()
DGrGLNoOpInterface.h351 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGenIds(GrGLsizei n, GrGLuint* ids);
DGrGLNoOpInterface.cpp473 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGenIds(GrGLsizei n, GrGLuint* ids) { in noOpGLGenIds() function
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp893 functions->fGenQueries = noOpGLGenIds; in GrGLCreateDebugInterface()