Searched refs:GrGLvoid (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 37 typedef void GrGLvoid; typedef 44 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLActiveTextureProc)(GrGLenum texture); 45 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLAttachShaderProc)(GrGLuint program, GrGLuint shader); 46 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBeginQueryProc)(GrGLenum target, GrGLuint id); 47 …typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindAttribLocationProc)(GrGLuint program, GrGLuint inde… 48 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindBufferProc)(GrGLenum target, GrGLuint buffer); 49 …typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindFramebufferProc)(GrGLenum target, GrGLuint framebuf… 50 …typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindRenderbufferProc)(GrGLenum target, GrGLuint renderb… 51 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindTextureProc)(GrGLenum target, GrGLuint texture); 52 …typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBlendColorProc)(GrGLclampf red, GrGLclampf green, GrGLc… [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 15 GrGLvoid GR_GL_FUNCTION_TYPE nullGLActiveTexture(GrGLenum texture) {} in nullGLActiveTexture() 16 GrGLvoid GR_GL_FUNCTION_TYPE nullGLAttachShader(GrGLuint program, GrGLuint shader) {} in nullGLAttachShader() 17 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBeginQuery(GrGLenum target, GrGLuint id) {} in nullGLBeginQuery() 18 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindAttribLocation(GrGLuint program, GrGLuint index, const char*… in nullGLBindAttribLocation() 19 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindTexture(GrGLenum target, GrGLuint texture) {} in nullGLBindTexture() 20 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBlendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, Gr… in nullGLBlendColor() 21 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFragDataLocation(GrGLuint program, GrGLuint colorNumber, con… in nullGLBindFragDataLocation() 22 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBlendFunc(GrGLenum sfactor, GrGLenum dfactor) {} in nullGLBlendFunc() 23 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferData(GrGLenum target, GrGLsizeiptr size, const GrGLvoid* d… in nullGLBufferData() 24 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferSubData(GrGLenum target, GrGLintptr offset, GrGLsizeiptr s… in nullGLBufferSubData() [all …]
|
D | GrGpuGL_program.cpp | 398 (GrGLvoid*)vertexOffset)); in setupGeometry() 404 GrGLvoid* texCoordOffset = (GrGLvoid*)(vertexOffset + newTexCoordOffsets[t]); in setupGeometry() 421 GrGLvoid* colorOffset = (int8_t*)(vertexOffset + newColorOffset); in setupGeometry() 436 GrGLvoid* coverageOffset = (int8_t*)(vertexOffset + newCoverageOffset); in setupGeometry() 451 GrGLvoid* edgeOffset = (int8_t*)(vertexOffset + newEdgeOffset); in setupGeometry()
|
D | GrGpuGL.cpp | 1618 GrGLvoid* indices = (GrGLvoid*)(sizeof(uint16_t) * (info.startIndex() + in onGpuDraw()
|
/external/skia/src/gpu/gl/debug/ |
D | GrGLCreateDebugInterface.cpp | 36 GrGLvoid GR_GL_FUNCTION_TYPE debugGLActiveTexture(GrGLenum texture) { in debugGLActiveTexture() 46 GrGLvoid GR_GL_FUNCTION_TYPE debugGLAttachShader(GrGLuint programID, in debugGLAttachShader() 61 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBeginQuery(GrGLenum target, GrGLuint id) { in debugGLBeginQuery() 64 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindAttribLocation(GrGLuint program, in debugGLBindAttribLocation() 70 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindTexture(GrGLenum target, in debugGLBindTexture() 84 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBlendColor(GrGLclampf red, in debugGLBlendColor() 90 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindFragDataLocation(GrGLuint program, in debugGLBindFragDataLocation() 95 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBlendFunc(GrGLenum sfactor, in debugGLBlendFunc() 100 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBufferData(GrGLenum target, in debugGLBufferData() 102 const GrGLvoid* data, in debugGLBufferData() [all …]
|