Lines Matching refs:GrGLuint
236 for (GrGLuint sampler : fSamplers) { in ~SamplerObjectCache()
248 GrGLuint s; in bindSampler()
307 GrGLuint fSamplerIDIfKnown = 0;
311 GrGLuint fSamplers[kNumSamplers];
1599 GrGLuint colorID = this->createTexture({kSize, kSize}, format, GR_GL_TEXTURE_2D, in getCompatibleStencilIndex()
1608 GrGLuint fb = 0; in getCompatibleStencilIndex()
1617 GrGLuint sbRBID = 0; in getCompatibleStencilIndex()
1667 static void set_khr_debug_label(GrGLGpu* gpu, const GrGLuint id) { in set_khr_debug_label()
1674 GrGLuint GrGLGpu::createCompressedTexture2D( in createCompressedTexture2D()
1683 GrGLuint id = 0; in createCompressedTexture2D()
1698 GrGLuint GrGLGpu::createTexture(SkISize dimensions, in createTexture()
1707 GrGLuint id = 0; in createTexture()
1927 void GrGLGpu::flushProgram(GrGLuint id) { in flushProgram()
2942 GrGLuint texID = texture->textureID(); in bindSurfaceFBOForPixelOps()
2944 GrGLuint* tempFBOID; in bindSurfaceFBOForPixelOps()
2988 void GrGLGpu::bindFramebuffer(GrGLenum target, GrGLuint fboid) { in bindFramebuffer()
2996 void GrGLGpu::deleteFramebuffer(GrGLuint fboid) { in deleteFramebuffer()
3141 GrGLuint vshader = GrGLCompileAndAttachShader(*fGLContext, fCopyPrograms[progIdx].fProgram, in createCopyProgram()
3149 GrGLuint fshader = GrGLCompileAndAttachShader(*fGLContext, fCopyPrograms[progIdx].fProgram, in createCopyProgram()
3295 GrGLuint vshader = GrGLCompileAndAttachShader(*fGLContext, fMipmapPrograms[progIdx].fProgram, in createMipmapProgram()
3303 GrGLuint fshader = GrGLCompileAndAttachShader(*fGLContext, fMipmapPrograms[progIdx].fProgram, in createMipmapProgram()
3792 GrGLuint colorID = 0; in createTestingOnlyBackendRenderTarget()
3793 GrGLuint stencilID = 0; in createTestingOnlyBackendRenderTarget()
3928 GrGLuint arrayID; in bindInternalVertexArray()
3993 static_assert(sizeof(GrGLsync) >= sizeof(GrGLuint)); in insertFence()
3994 GrGLuint fence = 0; in insertFence()
4008 GrGLuint nvFence = static_cast<GrGLuint>(reinterpret_cast<intptr_t>(sync)); in waitSync()
4099 GrGLuint nvFence = SkToUInt(reinterpret_cast<intptr_t>(sync)); in deleteSync()