HomeSort by relevance Sort by last modified time
    Searched refs:fUniformMatrix2fv (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 101 interface->fUniformMatrix2fv = glUniformMatrix2fv;
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 243 fUniformMatrix2fv = NULL;
352 NULL == fUniformMatrix2fv ||
GrGLCreateNullInterface.cpp 478 interface->fUniformMatrix2fv = nullGLUniformMatrix2fv;
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 105 interface->fUniformMatrix2fv = glUniformMatrix2fv;
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 152 interface->fUniformMatrix2fv = glUniformMatrix2fv;
  /external/skia/include/gpu/gl/
GrGLInterface.h 384 GrGLUniformMatrix2fvProc fUniformMatrix2fv;

Completed in 18 milliseconds