Searched refs:fDisableVertexAttribArray (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/android/
H A DGrGLCreateNativeInterface_android.cpp46 interface->fDisableVertexAttribArray = glDisableVertexAttribArray;
/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp180 fDisableVertexAttribArray = NULL;
308 NULL == fDisableVertexAttribArray ||
H A DGrGLCreateNullInterface.cpp415 interface->fDisableVertexAttribArray = nullGLDisableVertexAttribArray;
/external/skia/src/gpu/ios/
H A DGrGLDefaultInterface_iOS.cpp46 interface->fDisableVertexAttribArray = glDisableVertexAttribArray;
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp76 interface->fDisableVertexAttribArray =
/external/skia/include/gpu/gl/
H A DGrGLInterface.h321 GrGLDisableVertexAttribArrayProc fDisableVertexAttribArray; member in struct:GrGLInterface

Completed in 74 milliseconds