Searched refs:getProgramResourceInt (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fBasicComputeShaderTests.cpp | 214 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 231 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 372 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 718 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 735 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 848 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK, bl… in iterate() 876 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK, bl… in iterate() 962 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 979 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() 1069 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blo… in iterate() [all …]
|
H A D | es31fOpaqueTypeIndexingTests.cpp | 1148 …const int bufSize = getProgramResourceInt(gl, shaderExecutor->getProgram(), GL_ATOMIC_COUNTER_BUFF… in iterate()
|
H A D | es31fShaderImageLoadStoreTests.cpp | 1104 … const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram(), in readFloatOrNormTextureWithLookupsAndVerify() 1123 … const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram(), in readFloatOrNormTextureWithLookupsAndVerify()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluProgramInterfaceQuery.hpp | 85 int getProgramResourceInt(const glw::Functions &gl, uint32_t program, uint32_t programInterface, ui… 107 inline int getProgramResourceInt(const glw::Functions &gl, uint32_t program, uint32_t programInterf… in getProgramResourceInt() function
|
H A D | gluProgramInterfaceQuery.cpp | 45 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName() 66 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables()
|