Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp106 interface->fUniform4f = glUniform4f; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp102 interface->fUniform4f = glUniform4f; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp106 NULL == fUniform4f || in validate()
DGrGLCreateNullInterface.cpp485 interface->fUniform4f = nullGLUniform4f; in GrGLCreateNullInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h244 GLPtr<GrGLUniform4fProc> fUniform4f; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp154 interface->fUniform4f = glUniform4f; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1426 interface->fUniform4f = debugGLUniform4f; in SK_DEFINE_INST_COUNT()