Searched refs:glGetUniformIndices (Results 1 – 25 of 30) sorted by relevance
12
/external/deqp/modules/gles3/functional/ |
D | es3fIndexedStateQueryTests.cpp | 315 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers() 358 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers()
|
D | es3fNegativeStateApiTests.cpp | 673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in init() 679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in init()
|
D | es3fShaderStateQueryTests.cpp | 1539 glGetUniformIndices(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformNames, uniformIndices); in test() 1715 glGetUniformIndices(program, 1, uniformNames, &uniformIndex); in test() 1801 glGetUniformIndices(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformNames, uniformIndices); in test()
|
D | es3fUniformApiTests.cpp | 1570 …GLU_CHECK_CALL(glGetUniformIndices(programGL, (GLsizei)basicUniformReportsRef.size(), &queryNamesC… in getActiveUniformsiv()
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 134 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 134 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES31Direct.inl | 158 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES30.inl | 134 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL31.inl | 141 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL32.inl | 153 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitES31.inl | 158 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL33.inl | 164 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL40.inl | 184 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL42.inl | 207 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL41.inl | 199 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL43.inl | 229 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL44.inl | 238 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL45.inl | 293 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 687 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in get_uniform_indices() 693 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in get_uniform_indices()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 256 …void glGetUniformIndices (deUint32 program, int uniformCount, const char* const* uniformNam…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 296 gl->getUniformIndices = glGetUniformIndices;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 395 "glGetUniformIndices",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 115 o glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames…
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 863 #define glGetUniformIndices MANGLE(GetUniformIndices) macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 296 void glGetUniformIndices (glw::GLuint program, glw::GLsizei uniformCount, const glw::GLc…
|
12