Searched defs:bindTextures (Results 1 – 7 of 7) sorted by relevance
124 void GrMtlPipelineState::bindTextures(id<MTLRenderCommandEncoder> renderCmdEncoder) { function
206 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function224 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function
136 void GrOpsRenderPass::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrOpsRenderPass
127 void GrGLProgram::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrGLProgram
611 PFNGLBINDTEXTURESPROC bindTextures = nullptr; variable
31 glBindTexturesFunc bindTextures; variable
2820 void Context::bindTextures(GLuint first, GLsizei count, const GLuint *textures) in bindTextures() function in gl::Context