Home
last modified time | relevance | path

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

12

/external/deqp/doc/testspecs/GL3/
Dfunctional.fragment_out_location.txt46 glGetFragDataLocation() at different times checking that changes happen only
/external/deqp/framework/egl/
DegluStaticES30Library.inl108 { "glGetFragDataLocation", (deFunctionPtr)glGetFragDataLocation },
/external/mesa3d/docs/
DGL3.txt16 glBindFragDataLocation, glGetFragDataLocation DONE
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl108 gl->getFragDataLocation = &glGetFragDataLocation;
DglwInitES31Direct.inl121 gl->getFragDataLocation = &glGetFragDataLocation;
DglwInitES32Direct.inl138 gl->getFragDataLocation = &glGetFragDataLocation;
DglwInitES30.inl108 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL30.inl110 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL31.inl117 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL32.inl125 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitES31.inl121 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL33.inl130 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitES32.inl138 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL40.inl146 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL42.inl164 …getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL41.inl157 gl->getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL44.inl184 …getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL43.inl175 …getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
DglwInitGL45.inl216 …getFragDataLocation = (glGetFragDataLocationFunc) loader->get("glGetFragDataLocation");
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp772 glGetFragDataLocation(shader, "gl_FragColor"); in init()
777 glGetFragDataLocation(program, "gl_FragColor"); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp1071 ctx.glGetFragDataLocation(shader, "gl_FragColor"); in get_frag_data_location()
1076 ctx.glGetFragDataLocation(program, "gl_FragColor"); in get_frag_data_location()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp241 int glGetFragDataLocation (deUint32 program, const char* name);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl381 "glGetFragDataLocation",
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl219 gl->getFragDataLocation = glGetFragDataLocation;
/external/deqp/doc/
DGLES3 Negative API Functions.txt104 o glGetFragDataLocation (GLuint program, const GLchar *name);

12