Searched defs:bindTexture (Results 1 – 6 of 6) sorted by relevance
53 public static final void bindTexture(int target, int texture) { in bindTexture() method in OpenGLSystem
92 void TextureManager::bindTexture (int unit, const glu::Texture2D* tex2D) in bindTexture() function in deqp::gls::TextureManager97 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube) in bindTexture() function in deqp::gls::TextureManager
2186 void GrGLGpu::bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture) { in bindTexture() function in GrGLGpu
174 void GLContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() function in sglr::GLContext
592 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() function in sglr::ReferenceContext
28 glBindTextureFunc bindTexture; variable