/external/angle/src/tests/gl_tests/ |
D | ProgramInterfaceTest.cpp | 224 glGetProgramResourceiv(program, GL_PROGRAM_INPUT, index, propCount, props, propCount, &length, in TEST_P() 240 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, propCount, props, propCount - 1, in TEST_P() 252 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, 1, &invalidOutputProp, 1, &length, in TEST_P() 406 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P() 437 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P() 509 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, propCount, props, propCount, &length, in TEST_P() 523 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, propCount, props, kBufSize, &length, in TEST_P() 532 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, 1, &actvieVariablesProperty, 1, in TEST_P() 584 glGetProgramResourceiv(program, GL_ATOMIC_COUNTER_BUFFER, 0, propCount, props, propCount, in TEST_P() 673 glGetProgramResourceiv(program, GL_BUFFER_VARIABLE, index, propCount, props, kBufSize, &length, in TEST_P() [all …]
|
D | GeometryShaderTest.cpp | 526 glGetProgramResourceiv(program, GL_UNIFORM, index, kPropCount, kProps, kPropCount, &length, in TEST_P() 585 glGetProgramResourceiv(program, GL_PROGRAM_INPUT, index, kPropCount, kProps, kPropCount, in TEST_P() 592 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, kPropCount, kProps, kPropCount, in TEST_P() 598 glGetProgramResourceiv(program, GL_UNIFORM, index, kPropCount, kProps, kPropCount, &length, in TEST_P() 605 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, kPropCount, kProps, kPropCount, in TEST_P() 636 glGetProgramResourceiv(programWithSSBO, GL_SHADER_STORAGE_BLOCK, index, kPropCount, kProps, in TEST_P() 643 glGetProgramResourceiv(programWithSSBO, GL_BUFFER_VARIABLE, index, kPropCount, kProps, in TEST_P() 674 glGetProgramResourceiv(programWithAtomicCounter, GL_ATOMIC_COUNTER_BUFFER, index, in TEST_P()
|
D | ShaderStorageBufferTest.cpp | 1486 glGetProgramResourceiv(program1.get(), GL_BUFFER_VARIABLE, outVarIndex1, 1, props, 1, 0, in TEST_P() 1495 glGetProgramResourceiv(program2.get(), GL_BUFFER_VARIABLE, outVarIndex2, 1, props, 1, 0, in TEST_P() 2305 glGetProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, resourceIndex, 1, &property, 1, in TEST_P() 2352 glGetProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, resourceIndex, 1, &property, 1, in TEST_P()
|
D | GLSLTest.cpp | 3287 glGetProgramResourceiv(program.get(), GL_UNIFORM_BLOCK, uboBlockIndex, 1, &uboDataSizeProp, 1, in TEST_P() 3303 glGetProgramResourceiv(program.get(), GL_UNIFORM, resourceIndex, 2, &resourceProps[0], 2, in TEST_P()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 275 …glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, param… in VerifyGetProgramResourceiv() 1449 …glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["SimpleBlock"], 1, &prop, bufSize, &le… in Run() 1476 …glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["NotSoSimpleBlockk"], 1, &prop, bufSiz… in Run() 1759 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res); in Run() 1762 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res); in Run() 1767 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res); in Run() 1770 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["c"], 1, &prop, bufSize, &length, &res); in Run() 1773 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res); in Run() 1776 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["e"], 1, &prop, bufSize, &length, &res); in Run() 1784 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res); in Run() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 327 …glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, param… in VerifyGetProgramResourceiv() 1743 …glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["SimpleBlock"], 1, &prop, bufSize, &le… in Run() 1770 …glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["NotSoSimpleBlockk"], 1, &prop, bufSiz… in Run() 1980 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res); in Run() 1983 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res); in Run() 1988 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res); in Run() 1991 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["c"], 1, &prop, bufSize, &length, &res); in Run() 1994 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res); in Run() 1997 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["e"], 1, &prop, bufSize, &length, &res); in Run() 2005 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res); in Run() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES31Library.inl | 138 { "glGetProgramResourceiv", (deFunctionPtr)glGetProgramResourceiv },
|
D | egluStaticES32Library.inl | 159 { "glGetProgramResourceiv", (deFunctionPtr)glGetProgramResourceiv },
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 156 glGetProgramResourceiv
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 138 gl->getProgramResourceiv = &glGetProgramResourceiv;
|
D | glwInitES32Direct.inl | 159 gl->getProgramResourceiv = &glGetProgramResourceiv;
|
D | glwInitES31.inl | 138 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv"…
|
D | glwInitES32.inl | 159 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv"…
|
D | glwInitGL43.inl | 197 …tProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv");
|
D | glwInitGL44.inl | 206 …tProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv");
|
D | glwInitGL45.inl | 246 …tProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv");
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 932 glGetProgramResourceiv
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 282 glGetProgramResourceiv
|
D | libGLESv2_with_capture_autogen.def | 282 glGetProgramResourceiv
|
D | libGLESv2_autogen.def | 282 glGetProgramResourceiv
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.0.rst | 321 ARB_program_interface_query: glGetProgramResourceiv() returns wrong
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 331 gl->getProgramResourceiv = glGetProgramResourceiv;
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 7043 …gl.glGetProgramResourceiv(program.getProgram(), GL_UNIFORM, resourcePos, 1, props, 1, &length, &re… in iterate() 7070 …gl.glGetProgramResourceiv(program.getProgram(), GL_UNIFORM, resourcePos, 1, props, 1, &length, &re… in iterate() 7214 …gl.glGetProgramResourceiv(program.getProgram(), GL_PROGRAM_OUTPUT, resourcePos, 1, props, 1, &leng… in iterate() 7241 …gl.glGetProgramResourceiv(program.getProgram(), GL_PROGRAM_OUTPUT, resourcePos, 1, props, 1, &leng… in iterate()
|
/external/angle/util/ |
D | gles_loader_autogen.cpp | 355 ANGLE_UTIL_EXPORT PFNGLGETPROGRAMRESOURCEIVPROC glGetProgramResourceiv; variable 1959 glGetProgramResourceiv = in LoadGLES()
|
D | gles_loader_autogen.h | 363 ANGLE_UTIL_EXPORT extern PFNGLGETPROGRAMRESOURCEIVPROC glGetProgramResourceiv;
|