Home
last modified time | relevance | path

Searched refs:glBindFragDataLocation (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp487 glBindFragDataLocation(program, 0, "color"); in Run()
587 glBindFragDataLocation(program, 0, "color"); in Run()
697 glBindFragDataLocation(program, 0, "a"); in Run()
698 glBindFragDataLocation(program, 2, "b"); in Run()
699 glBindFragDataLocation(program, 3, "c"); in Run()
700 glBindFragDataLocation(program, 5, "d"); in Run()
701 glBindFragDataLocation(program, 7, "e"); in Run()
846 glBindFragDataLocation(program, 0, "color"); in Run()
1001 glBindFragDataLocation(program, 0, "color"); in Run()
1277 glBindFragDataLocation(program, 0, "color"); in Run()
[all …]
Dgl4cTextureGatherTests.cpp1046 glBindFragDataLocation(program, 0, "f_out_0"); in Run()
3101 glBindFragDataLocation(program, 0, "FragColor"); in Run()
3286 glBindFragDataLocation(program, 0, "f_out_0"); in Run()
3442 glBindFragDataLocation(program, 0, "f_out_0"); in Run()
/external/deqp/doc/testspecs/GL3/
Dfunctional.fragment_out_location.txt25 + glBindFragDataLocation
/external/angle/src/libGL/
DlibGL_autogen.def582 glBindFragDataLocation
DlibGL_autogen.cpp3065 void GL_APIENTRY glBindFragDataLocation(GLuint program, GLuint color, const GLchar *name) in glBindFragDataLocation() function
/external/deqp/framework/opengl/wrapper/
DglwInitGL30.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL31.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL32.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL33.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL40.inl16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL42.inl17 …ndFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation");
DglwInitGL41.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL43.inl17 …ndFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation");
DglwInitGL44.inl19 …ndFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation");
DglwInitGL45.inl19 …ndFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation");
DglwInitGL46.inl19 …ndFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation");
DglwApi.inl19 #define glBindFragDataLocation glwBindFragDataLocation macro
/external/angle/extensions/
DEXT_blend_func_extended.txt637 3. Should this extension provide the glBindFragDataLocation and
650 The same could be said for the glBindFragDataLocation* functionality.
/external/mesa3d/docs/
Dfeatures.txt41 glBindFragDataLocation, glGetFragDataLocation DONE
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl19 gl->bindFragDataLocation = glBindFragDataLocation;
DtcuNullRenderContextFuncs.inl101 GLW_APICALL void GLW_APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *n… function
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl19 void glBindFragDataLocation (glw::GLuint program, glw::GLuint color, const glw::GLchar *…
DgluCallLogWrapper.inl98 void CallLogWrapper::glBindFragDataLocation (glw::GLuint program, glw::GLuint color, const glw::GLc… function in CallLogWrapper
101 …m_log << TestLog::Message << "glBindFragDataLocation(" << program << ", " << color << ", " << getS…
/external/mesa3d/docs/relnotes/
D7.10.rst386 - mesa: plug in stubs for glBindFragDataLocation(),
/external/mesa3d/include/GL/
Dglcorearb.h1357 GLAPI void APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name);

12