OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeVariables
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp
61
static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>&
activeVariables
)
65
activeVariables
.resize(numActiveVariables);
69
gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)
activeVariables
.size(), DE_NULL, &
activeVariables
[0]);
80
getProgramInterfaceActiveVariables(gl, program, programInterface, index, info.
activeVariables
);
gluProgramInterfaceQuery.hpp
46
std::vector<int>
activeVariables
; //!< GL_ACTIVE_VARIABLES
/external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp
317
const InterfaceVariableInfo outVarInfo = getProgramInterfaceVariableInfo(gl, program, GL_BUFFER_VARIABLE, outBlockInfo.
activeVariables
[0]);
es31fProgramInterfaceQueryTests.cpp
[
all
...]
Completed in 500 milliseconds