Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp104 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
106 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp156 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
158 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp108 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp108 NULL == fUniform4fv || in validate()
DGrGLCreateNullInterface.cpp487 interface->fUniform4fv = nullGLUniform4fv; in GrGLCreateNullInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h246 GLPtr<GrGLUniform4fvProc> fUniform4fv; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1428 interface->fUniform4fv = debugGLUniform4fv; in SK_DEFINE_INST_COUNT()