Searched refs:bindFragDataLocation (Results 1 – 21 of 21) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 1063 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()
|
D | DispatchTableGL_autogen.h | 261 PFNGLBINDFRAGDATALOCATIONPROC bindFragDataLocation = nullptr; variable
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL30.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL31.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwFunctions.inl | 19 glBindFragDataLocationFunc bindFragDataLocation; variable
|
D | glwInitGL32.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL33.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL40.inl | 16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL41.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL42.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwInitGL44.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwInitGL43.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwInitGL46.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwInitGL45.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwImpl.inl | 116 gl->bindFragDataLocation(program, color, name);
|
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 102 void bindFragDataLocation(ShaderProgramID programPacked, GLuint color, const GLchar *name); \
|
D | Context.cpp | 7412 void Context::bindFragDataLocation(ShaderProgramID program, GLuint colorNumber, const char *name) in bindFragDataLocation() function in gl::Context
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 19 gl->bindFragDataLocation = glBindFragDataLocation;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 5219 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocationEXT()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 19914 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 102 m_gl.bindFragDataLocation(program, color, name);
|