Home
last modified time | relevance | path

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

123

/external/angle/src/tests/gl_tests/
DUniformBufferTest.cpp375 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/
DegluStaticES30Library.inl134 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
DegluStaticES31Library.inl158 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
DegluStaticES32Library.inl183 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
/external/deqp/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp394 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers()
437 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers()
Des3fNegativeStateApiTests.cpp673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in init()
679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in init()
Des3fShaderStateQueryTests.cpp1539 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/
DlibGLESv2.def254 glGetUniformIndices @264
DlibGLESv2.lds210 glGetUniformIndices;
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt180 glGetUniformIndices
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl134 gl->getUniformIndices = &glGetUniformIndices;
DglwInitES31Direct.inl158 gl->getUniformIndices = &glGetUniformIndices;
DglwInitES32Direct.inl183 gl->getUniformIndices = &glGetUniformIndices;
DglwInitES30.inl134 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitGL31.inl141 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitES31.inl158 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitGL32.inl153 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitGL33.inl164 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
/external/angle/src/libGL/
DlibGL_autogen.def672 glGetUniformIndices
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp985 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/
DsglrContextWrapper.hpp256 …void glGetUniformIndices (deUint32 program, int uniformCount, const char* const* uniformNam…
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def209 glGetUniformIndices
DlibGLESv2_with_capture_autogen.def209 glGetUniformIndices
DlibGLESv2_autogen.def209 glGetUniformIndices
/external/deqp/doc/
DGLES3 Negative API Functions.txt115 o glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames,…

123