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

  /external/skia/src/gpu/gl/debug/
GrBufferObj.cpp 11 void GrBufferObj::allocate(GrGLint size, const GrGLchar *dataPtr) {
18 fDataPtr = new GrGLchar[size];
GrBufferObj.h 45 void allocate(GrGLint size, const GrGLchar *dataPtr);
47 GrGLchar *getDataPtr() { return fDataPtr; }
57 GrGLchar* fDataPtr;
GrGLCreateDebugInterface.cpp 92 const GrGLchar* name) {
127 buffer->allocate(size, reinterpret_cast<const GrGLchar *>(data));
306 GrGLchar *scanline = static_cast<GrGLchar *>(pixels);
828 const GrGLchar * name) {
    [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 24 typedef char GrGLchar;
53 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindFragDataLocationProc)(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name);
54 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindFragDataLocationIndexedProc)(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name);
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 21 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name) {}
103 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name) {}
GrGLProgram.cpp 402 const GrGLchar** strings,
456 const GrGLchar* str = shader.c_str();
    [all...]

Completed in 215 milliseconds