Home
last modified time | relevance | path

Searched defs:InterfaceBlockInfo (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.hpp40 struct InterfaceBlockInfo struct
42 std::string name;
43 deUint32 index;
44 deUint32 bufferBinding; //!< GL_BUFFER_BINDING
45 deUint32 dataSize; //!< GL_BUFFER_DATA_SIZE
46 std::vector<int> activeVariables; //!< GL_ACTIVE_VARIABLES
48 InterfaceBlockInfo (void) in InterfaceBlockInfo() argument
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp565 class InterfaceBlockInfo final : angle::NonCopyable class
568 InterfaceBlockInfo(CustomBlockLayoutEncoderFactory *customEncoderFactory) in InterfaceBlockInfo() function in gl::__anon9d858beb0111::InterfaceBlockInfo