Searched defs:bindTextures (Results 1 – 8 of 8) sorted by relevance
129 void GrMtlPipelineState::bindTextures(GrMtlRenderCommandEncoder* renderCmdEncoder) { function
104 void CommandBuffer::bindTextures(const TextureBindEntry* entries, int count) { in bindTextures() function in skgpu::CommandBuffer
205 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function223 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function
136 void GrOpsRenderPass::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrOpsRenderPass
123 void GrGLProgram::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrGLProgram
611 PFNGLBINDTEXTURESPROC bindTextures = nullptr; variable
31 glBindTexturesFunc bindTextures; variable
2798 void Context::bindTextures(GLuint first, GLsizei count, const GLuint *textures) in bindTextures() function in gl::Context