/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProgramInterfaces.cpp | 462 gl.getProgramResourceiv(m_po_id, interface, n_resource, 1, /* propCount */ in iterate() 470 gl.getProgramResourceiv(m_po_id, interface, n_resource, 1, /* propCount */ in iterate() 570 gl.getProgramResourceiv(m_po_id, interface, index, 1, /* propCount */ in verifyPropertyValue()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOArrayLengthTests.cpp | 128 …gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, nullptr, &… in init() 141 …gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, nullptr, &… in init() 154 …gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, nullptr, &… in init()
|
D | es31fProgramInterfaceQueryTests.cpp | 1676 …gl.getProgramResourceiv(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].numProps, … in iterate() 1909 gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, in iterate() 1951 gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, in iterate() 2008 gl.getProgramResourceiv(program.getProgram(), programMemberInterfaceValue, in iterate() 2213 …gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, 1, &prop, 1, n… in iterate() 2526 gl.getProgramResourceiv(program.getProgram(), GL_ATOMIC_COUNTER_BUFFER, bufferNdx, 1, in iterate() 2554 …gl.getProgramResourceiv(program.getProgram(), GL_ATOMIC_COUNTER_BUFFER, bufferNdx, 1, &activeVaria… in iterate() 2602 …gl.getProgramResourceiv(program.getProgram(), GL_UNIFORM, activeVariables[ndx], 1, &nameLengthProp… in iterate() 2732 …gl.getProgramResourceiv(program.getProgram(), GL_ATOMIC_COUNTER_BUFFER, bufferNdx, 1, &bufferBindi… in iterate() 2792 …gl.getProgramResourceiv(program.getProgram(), GL_ATOMIC_COUNTER_BUFFER, bufferNdx, DE_LENGTH_OF_AR… in iterate() [all …]
|
D | es31fSSBOLayoutCase.cpp | 1430 gl.getProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, (uint32_t)blockNdx, in getGLBufferLayout() 1449 …gl.getProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, (uint32_t)blockNdx, 1, &queryArg, numBlo… in getGLBufferLayout() 1506 …gl.getProgramResourceiv(program, GL_BUFFER_VARIABLE, (uint32_t)bufVarNdx, DE_LENGTH_OF_ARRAY(query… in getGLBufferLayout()
|
D | es31fLayoutBindingTests.cpp | 1788 gl.getProgramResourceiv(m_program->getProgram(), GL_UNIFORM_BLOCK, in iterate() 2066 gl.getProgramResourceiv( in iterate()
|
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.cpp | 37 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, nullptr, (int *)&valu… in getProgramResourceUint() 72 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.siz… in getProgramInterfaceActiveVariables()
|
D | gluES3PlusWrapperFuncs.inl | 138 dst->getProgramResourceiv = src.getProgramResourceiv;
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderProgramResource.cpp | 411 …gl.getProgramResourceiv(m_program_object_id, GL_UNIFORM, atom_horizontal_uniform_indx, 1, /* propC… in iterate() 417 …gl.getProgramResourceiv(m_program_object_id, GL_UNIFORM, atom_vertical_uniform_indx, 1, /* propCou… in iterate() 625 gl.getProgramResourceiv(m_program_object_id, interface, index, 1, /* propCount */ in checkIfResourceAtIndexIsReferenced()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 593 mFunctions->getProgramResourceiv(mProgramID, GL_BUFFER_VARIABLE, index, kPropCount, in getShaderStorageBlockMemberInfo() 622 mFunctions->getProgramResourceiv(mProgramID, GL_SHADER_STORAGE_BLOCK, index, 1, &prop, 1, in getShaderStorageBlockSize() 645 mFunctions->getProgramResourceiv(mProgramID, GL_ATOMIC_COUNTER_BUFFER, index, kPropCount, in getAtomicCounterBufferSizeMap()
|
D | DispatchTableGL_autogen.cpp | 424 ASSIGN("glGetProgramResourceiv", getProgramResourceiv); in initProcsDesktopGL() 1833 ASSIGN("glGetProgramResourceiv", getProgramResourceiv); in initProcsDesktopGL() 2665 ASSIGN("glGetProgramResourceiv", getProgramResourceiv); in initProcsGLES() 3301 getProgramResourceiv = &glGetProgramResourceivNULL; in initProcsDesktopGLNULL() 4709 getProgramResourceiv = &glGetProgramResourceivNULL; in initProcsDesktopGLNULL() 5540 getProgramResourceiv = &glGetProgramResourceivNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 582 PFNGLGETPROGRAMRESOURCEIVPROC getProgramResourceiv = nullptr; variable
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 44 void getProgramResourceiv(ShaderProgramID programPacked, GLenum programInterface, \
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 2225 gl().getProgramResourceiv(getProgram(), GL_UNIFORM, idx, 1, ¶m, 1, NULL, in getBindingPoints() 2233 … gl().getProgramResourceiv(getProgram(), GL_ATOMIC_COUNTER_BUFFER, atomic_counter_buffer_idx, 1, in getBindingPoints() 2257 … gl().getProgramResourceiv(getProgram(), GL_UNIFORM, idx, 1, ¶m, 1, NULL, &value); in getOffsets() 2968 … gl().getProgramResourceiv(getProgram(), GL_UNIFORM_BLOCK, idx, 1, ¶m, 1, NULL, &value); in getBindingPoints() 3161 … gl().getProgramResourceiv(getProgram(), GL_SHADER_STORAGE_BLOCK, idx, 1, ¶m, 1, NULL, &value); in getBindingPoints()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.cpp | 346 gl.getProgramResourceiv(m_po_id, GL_UNIFORM, i /*index */, 1 /* parameters count */, in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 138 gl->getProgramResourceiv = &glGetProgramResourceiv;
|
D | glwInitES32Direct.inl | 159 gl->getProgramResourceiv = &glGetProgramResourceiv;
|
D | glwFunctions.inl | 333 glGetProgramResourceivFunc getProgramResourceiv; variable
|
D | glwInitES31.inl | 138 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv"…
|
D | glwInitES32.inl | 159 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourceiv"…
|
D | glwInitGL44.inl | 206 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourc…
|
D | glwInitGL43.inl | 197 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourc…
|
D | glwInitGL46.inl | 246 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourc…
|
D | glwInitGL45.inl | 246 gl->getProgramResourceiv = (glGetProgramResourceivFunc) loader->get("glGetProgramResourc…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 333 gl->getProgramResourceiv = glGetProgramResourceiv;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 723 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GL_GetProgramResourceiv()
|