Searched refs:getProgramResourceInt (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 194 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() 209 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() 330 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() 637 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() 652 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() 746 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() 772 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK… in iterate() 847 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() 862 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() 939 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() [all …]
|
D | es31fOpaqueTypeIndexingTests.cpp | 1099 …const int bufSize = getProgramResourceInt(gl, shaderExecutor->getProgram(), GL_ATOMIC_COUNTER_… in iterate()
|
D | es31fShaderImageLoadStoreTests.cpp | 950 …const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram()… in readFloatOrNormTextureWithLookupsAndVerify() 967 …const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProg… in readFloatOrNormTextureWithLookupsAndVerify()
|
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 89 int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInter… 103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInter… in getProgramResourceInt() function
|
D | gluProgramInterfaceQuery.cpp | 43 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName() 63 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables()
|