Searched defs:bindTextures (Results 1 – 8 of 8) sorted by relevance
130 void GrMtlPipelineState::bindTextures(GrMtlRenderCommandEncoder* renderCmdEncoder) { function
123 void GrGLProgram::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrGLProgram
238 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function256 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function
141 void GrOpsRenderPass::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrOpsRenderPass
152 void bindTextures(DrawPassCommands::List* commandList) { in bindTextures() function in skgpu::graphite::__anon20ac24a70111::TextureBindingTracker
611 PFNGLBINDTEXTURESPROC bindTextures = nullptr; variable
31 glBindTexturesFunc bindTextures; variable
2461 void Context::bindTextures(GLuint first, GLsizei count, const GLuint *textures) in bindTextures() function in gl::Context