OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterfaceBlockInfo
(Results
1 - 6
of
6
) sorted by null
/external/deqp/framework/opengl/
gluProgramInterfaceQuery.hpp
40
struct
InterfaceBlockInfo
48
InterfaceBlockInfo
(void)
95
void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index,
InterfaceBlockInfo
& info);
96
InterfaceBlockInfo
getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
115
inline
InterfaceBlockInfo
getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index)
117
InterfaceBlockInfo
info;
gluProgramInterfaceQuery.cpp
74
void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index,
InterfaceBlockInfo
& info)
/external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp
172
const
InterfaceBlockInfo
blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNIFORM_BLOCK, blockIndex);
292
const
InterfaceBlockInfo
blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex);
315
const
InterfaceBlockInfo
blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex);
[
all
...]
es31fShaderSharedVarTests.cpp
181
const
InterfaceBlockInfo
outBlockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, outBlockNdx);
es31fShaderAtomicOpTests.cpp
196
const
InterfaceBlockInfo
blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, blockNdx);
[
all
...]
es31fSSBOLayoutCase.cpp
[
all
...]
Completed in 420 milliseconds