Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp78 struct ResultData struct
80 deUint32 textureId; // id of created texture
81 deUint32 bufferId; // used only by GL_TEXTURE_BUFFER
83 ResultData(deUint32 tId) : textureId(tId), bufferId(0) in ResultData() function
87 ResultData(deUint32 tId, deUint32 bId) : textureId(tId), bufferId(bId) in ResultData() argument