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

  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 73 interface->fShaderSource = (GrGLShaderSourceProc) glShaderSource;
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 90 GR_GET_PROC(GrGLShaderSourceProc, ShaderSource);
  /external/skia/include/gpu/gl/
GrGLInterface.h 220 GLPtr<GrGLShaderSourceProc> fShaderSource;
GrGLFunctions.h 126 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLShaderSourceProc)(GrGLuint shader, GrGLsizei count, const char* const * str, const GrGLint* length);
128 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLShaderSourceProc)(GrGLuint shader, GrGLsizei count, const char** str, const GrGLint* length);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 114 interface->fShaderSource = (GrGLShaderSourceProc) glShaderSource;

Completed in 165 milliseconds