Home
last modified time | relevance | path

Searched refs:bindFragDataLocation (Results 1 – 21 of 21) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp1063 ASSIGN("glBindFragDataLocationEXT", bindFragDataLocation); in initProcsDesktopGL()
1498 ASSIGN("glBindFragDataLocation", bindFragDataLocation); in initProcsDesktopGL()
2001 ASSIGN("glBindFragDataLocationEXT", bindFragDataLocation); in initProcsGLES()
3939 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsDesktopGLNULL()
4374 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsDesktopGLNULL()
4876 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h261 PFNGLBINDFRAGDATALOCATIONPROC bindFragDataLocation = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwInitGL30.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL31.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwFunctions.inl19 glBindFragDataLocationFunc bindFragDataLocation; variable
DglwInitGL32.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL33.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL40.inl16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL41.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL42.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL44.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL43.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL46.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL45.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwImpl.inl116 gl->bindFragDataLocation(program, color, name);
/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h102 void bindFragDataLocation(ShaderProgramID programPacked, GLuint color, const GLchar *name); \
DContext.cpp7412 void Context::bindFragDataLocation(ShaderProgramID program, GLuint colorNumber, const char *name) in bindFragDataLocation() function in gl::Context
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl19 gl->bindFragDataLocation = glBindFragDataLocation;
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp5219 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocationEXT()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp19914 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl102 m_gl.bindFragDataLocation(program, color, name);