Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp40 struct InterfaceBlockInfo struct
42 std::string name;
43 uint32_t index;
44 uint32_t bufferBinding; //!< GL_BUFFER_BINDING
45 uint32_t dataSize; //!< GL_BUFFER_DATA_SIZE
46 std::vector<int> activeVariables; //!< GL_ACTIVE_VARIABLES
48 InterfaceBlockInfo(void) : index(~0u /* GL_INVALID_INDEX */), bufferBinding(0), dataSize(0) in InterfaceBlockInfo() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp590 class InterfaceBlockInfo final : angle::NonCopyable class
593 InterfaceBlockInfo(CustomBlockLayoutEncoderFactory *customEncoderFactory) in InterfaceBlockInfo() function in gl::__anon3a735b5c0111::InterfaceBlockInfo