Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h211 GLPtr<GrGLGetBufferParameterivProc> fGetBufferParameteriv; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp145 NULL == fFunctions.fGetBufferParameteriv || in validate()
DSkNullGLContext.cpp403 functions->fGetBufferParameteriv = nullGLGetBufferParameteriv; in create_null_interface()
DGrGLCreateNullInterface.cpp400 functions->fGetBufferParameteriv = nullGLGetBufferParameteriv; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp892 functions->fGetBufferParameteriv = debugGLGetBufferParameteriv; in GrGLCreateDebugInterface()