Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp58 interface->fGetBufferParameteriv = glGetBufferParameteriv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp56 interface->fGetBufferParameteriv = glGetBufferParameteriv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp73 NULL == fGetBufferParameteriv || in validate()
DGrGLCreateNullInterface.cpp439 interface->fGetBufferParameteriv = nullGLGetBufferParameteriv; in GrGLCreateNullInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h191 GLPtr<GrGLGetBufferParameterivProc> fGetBufferParameteriv; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp91 interface->fGetBufferParameteriv = glGetBufferParameteriv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1380 interface->fGetBufferParameteriv = debugGLGetBufferParameteriv; in SK_DEFINE_INST_COUNT()