Searched refs:glGetUniformIndices (Results 1 – 25 of 61) sorted by relevance
123
/external/angle/src/tests/gl_tests/ |
D | UniformBufferTest.cpp | 375 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 384 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 454 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 462 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 471 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 480 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 489 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 498 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 507 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() 516 glGetUniformIndices(program, 1, uniformNames, &index); in TEST_P() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 134 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
|
D | egluStaticES31Library.inl | 158 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
|
D | egluStaticES32Library.inl | 183 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
|
/external/deqp/modules/gles3/functional/ |
D | es3fIndexedStateQueryTests.cpp | 394 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers() 437 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()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 254 glGetUniformIndices @264
|
D | libGLESv2.lds | 210 glGetUniformIndices;
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 180 glGetUniformIndices
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 134 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES31Direct.inl | 158 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES32Direct.inl | 183 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES30.inl | 134 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL31.inl | 141 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitES31.inl | 158 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL32.inl | 153 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL33.inl | 164 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 672 glGetUniformIndices
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 985 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in get_uniform_indices() 990 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/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 209 glGetUniformIndices
|
D | libGLESv2_with_capture_autogen.def | 209 glGetUniformIndices
|
D | libGLESv2_autogen.def | 209 glGetUniformIndices
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 115 o glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames,…
|
123