Searched refs:GrGLboolean (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 43 …virtual GrGLvoid colorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha… in colorMask() 60 virtual GrGLvoid depthMask(GrGLboolean flag) {} in depthMask() 117 virtual GrGLboolean isTexture(GrGLuint texture) { return GR_GL_FALSE; } in isTexture() 129 virtual GrGLvoid rasterSamples(GrGLuint samples, GrGLboolean fixedsamplelocations) {} in rasterSamples() 172 …virtual GrGLvoid uniformMatrix2fv(GrGLint location, GrGLsizei count, GrGLboolean transpose, const … in uniformMatrix2fv() 173 …virtual GrGLvoid uniformMatrix3fv(GrGLint location, GrGLsizei count, GrGLboolean transpose, const … in uniformMatrix3fv() 174 …virtual GrGLvoid uniformMatrix4fv(GrGLint location, GrGLsizei count, GrGLboolean transpose, const … in uniformMatrix4fv() 175 virtual GrGLboolean unmapBuffer(GrGLenum target) { return GR_GL_TRUE; } in unmapBuffer() 185 …virtual GrGLvoid vertexAttribPointer(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean norma… in vertexAttribPointer() 194 virtual GrGLboolean isPath(GrGLuint path) { return true; } in isPath() [all …]
|
D | GrGLCreateNullInterface.cpp | 658 GrGLboolean unmapBuffer(GrGLenum target) override { in unmapBuffer()
|
D | GrGLGpu.cpp | 4048 GrGLboolean result; in isTestingOnlyBackendTexture()
|
/external/skqp/include/gpu/gl/ |
D | GrGLFunctions.h | 46 …LColorMaskFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLboolean red, GrGLboolean green, GrGLboolean blue, … 63 using GrGLDepthMaskFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLboolean flag); 121 using GrGLIsTextureFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLuint texture); 135 using GrGLRasterSamplesFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint samples, GrGLboolean fixedsamplel… 180 …fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, cons… 181 …fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, cons… 182 …fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, cons… 183 using GrGLUnmapBufferFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLenum target); 193 …GLvoid GR_GL_FUNCTION_TYPE(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrG… 204 using GrGLIsPathFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLuint path); [all …]
|
D | GrGLTypes.h | 32 typedef unsigned char GrGLboolean; typedef
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 46 …LColorMaskFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLboolean red, GrGLboolean green, GrGLboolean blue, … 64 using GrGLDepthMaskFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLboolean flag); 124 using GrGLIsTextureFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLuint texture); 167 using GrGLTestFenceFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLuint fence); 186 …fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, cons… 187 …fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, cons… 188 …fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, GrGLboolean transpose, cons… 189 using GrGLUnmapBufferFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLenum target); 199 …GLvoid GR_GL_FUNCTION_TYPE(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrG… 219 using GrGLIsSyncFn = GrGLboolean GR_GL_FUNCTION_TYPE(GrGLsync sync); [all …]
|
D | GrGLTypes.h | 101 typedef unsigned char GrGLboolean; typedef
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 322 [grEGLGetSyncAttribKHR, display = fDisplay](GrGLsync sync) -> GrGLboolean { in setupFenceSync()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3717 GrGLboolean result; in isTestingOnlyBackendTexture() 3982 GrGLboolean result; in waitSync()
|