Home
last modified time | relevance | path

Searched refs:bindTextureUnit (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h164 void bindTextureUnit(GLuint unit, TextureID texturePacked); \
DContext_gl.cpp2858 void Context::bindTextureUnit(GLuint unit, TextureID texture) in bindTextureUnit() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl30 glBindTextureUnitFunc bindTextureUnit; variable
DglwInitGL45.inl29 gl->bindTextureUnit = (glBindTextureUnitFunc) loader->get("glBindTextureUnit");
DglwInitGL46.inl29 gl->bindTextureUnit = (glBindTextureUnitFunc) loader->get("glBindTextureUnit");
DglwInitExtGL.inl608 gl->bindTextureUnit = (glBindTextureUnitFunc) loader->get("glBindTextureUnit");
DglwImpl.inl204 gl->bindTextureUnit(unit, texture);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp120 ASSIGN("glBindTextureUnit", bindTextureUnit); in initProcsDesktopGL()
1810 ASSIGN("glBindTextureUnit", bindTextureUnit); in initProcsDesktopGL()
2909 bindTextureUnit = &glBindTextureUnitNULL; in initProcsDesktopGLNULL()
4597 bindTextureUnit = &glBindTextureUnitNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h618 PFNGLBINDTEXTUREUNITPROC bindTextureUnit = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl30 gl->bindTextureUnit = glBindTextureUnit;
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp1073 gl.bindTextureUnit(0, m_to); in Draw()
2251 gl.bindTextureUnit(0, m_to); in Draw()
3714 gl.bindTextureUnit(0, m_to); in Draw()
7732 gl.bindTextureUnit(i, m_to[i]); in Draw()
13041 gl.bindTextureUnit(0, texture_invalid); in iterate()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp5783 context->bindTextureUnit(unit, texturePacked); in GL_BindTextureUnit()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl179 m_gl.bindTextureUnit(unit, texture);