OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getProgramResourceInt
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp
43
const int length =
getProgramResourceInt
(gl, program, programInterface, index, GL_NAME_LENGTH);
63
const int numActiveVariables =
getProgramResourceInt
(gl, program, programInterface, index, GL_NUM_ACTIVE_VARIABLES);
gluProgramInterfaceQuery.hpp
89
int
getProgramResourceInt
(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
103
inline int
getProgramResourceInt
(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam)
/external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp
194
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);
[
all
...]
es31fOpaqueTypeIndexingTests.cpp
[
all
...]
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 2566 milliseconds