Searched refs:GL_BUFFER_DATA_SIZE (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp194 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
209 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
330 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
637 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
652 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
746 const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
772 const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
847 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
862 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
939 const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
[all...]
H A Des31fOpaqueTypeIndexingTests.cpp998 const int bufSize = getProgramResourceInt(gl, shaderExecutor->getProgram(), GL_ATOMIC_COUNTER_BUFFER, 0, GL_BUFFER_DATA_SIZE);
H A Des31fShaderImageLoadStoreTests.cpp939 const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
956 const int blockSize = glu::getProgramResourceInt(renderCtx.getFunctions(), program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_SIZE);
H A Des31fProgramInterfaceQueryTests.cpp1866 const glw::GLenum prop = GL_BUFFER_DATA_SIZE;
2393 const glw::GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE };
2411 << "GL_BUFFER_DATA_SIZE = " << values[1]
H A Des31fSSBOLayoutCase.cpp1354 const deUint32 queryParams[] = { GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES, GL_NAME_LENGTH };
/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp78 info.dataSize = getProgramResourceUint(gl, program, programInterface, index, GL_BUFFER_DATA_SIZE);
H A DgluStrUtil.inl1352 case GL_BUFFER_DATA_SIZE: return "GL_BUFFER_DATA_SIZE";
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1317 #define GL_BUFFER_DATA_SIZE 0x9303
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h1371 /* reuse GL_BUFFER_DATA_SIZE */
2981 #define GL_BUFFER_DATA_SIZE 0x9303 macro
/external/mesa3d/include/GL/
H A Dglext.h1371 /* reuse GL_BUFFER_DATA_SIZE */
2981 #define GL_BUFFER_DATA_SIZE 0x9303 macro

Completed in 268 milliseconds