Home
last modified time | relevance | path

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

/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/deqp/framework/opengl/wrapper/
DglwInitGL31.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL30.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/mesa3d/docs/
Dfeatures.txt38 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/mesa3d/include/GL/
Dgl_mangle.h87 #define glBindFragDataLocation MANGLE(BindFragDataLocation) macro
Dglcorearb.h1357 GLAPI void APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name);
Dglext.h1244 GLAPI void APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name);
/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/swiftshader/include/GL/
Dglcorearb.h1357 GLAPI void APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name);
Dglext.h1244 GLAPI void APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name);