Home
last modified time | relevance | path

Searched defs:activeVariables (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp64 uint32_t index, std::vector<int> &activeVariables) in getProgramInterfaceActiveVariables()
H A DgluProgramInterfaceQuery.hpp46 std::vector<int> activeVariables; //!< GL_ACTIVE_VARIABLES member
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp2516 std::vector<glw::GLint> activeVariables; in iterate() local