Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h201 GrGLFunction<GrGLGetBufferParameterivProc> fGetBufferParameteriv; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp402 functions->fGetBufferParameteriv = nullGLGetBufferParameteriv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp451 functions->fGetBufferParameteriv = nullGLGetBufferParameteriv; in create_null_interface()
DGrGLInterface.cpp146 nullptr == fFunctions.fGetBufferParameteriv || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp895 functions->fGetBufferParameteriv = debugGLGetBufferParameteriv; in GrGLCreateDebugInterface()