Home
last modified time | relevance | path

Searched refs:objectTypes (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglMultiThreadTests.cpp1003 set<Type> objectTypes; in createDestroyObjects() local
1006 objectTypes.insert(TYPE_PBUFFER); in createDestroyObjects()
1009 objectTypes.insert(TYPE_PIXMAP); in createDestroyObjects()
1012 objectTypes.insert(TYPE_WINDOW); in createDestroyObjects()
1015 objectTypes.insert(TYPE_CONTEXT); in createDestroyObjects()
1072 objectTypes.erase(TYPE_WINDOW); in createDestroyObjects()
1074 type = rnd.choose<Type>(objectTypes.begin(), objectTypes.end()); in createDestroyObjects()
1349 vector<Type> objectTypes; in querySetSharedObjects() local
1352 objectTypes.push_back(TYPE_PBUFFER); in querySetSharedObjects()
1355 objectTypes.push_back(TYPE_PIXMAP); in querySetSharedObjects()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1459 static const deUint32 objectTypes[] = in init() local
1562 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
1564 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1586 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
1588 …FboConfig colorOnlyConfig (GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[col… in init()
1589 …FboConfig colorDepthConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT, objectTypes[typeNdx], … in init()
1590 …Config (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, objectTypes[typeNdx], color… in init()
1612 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
1614 …R_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depth… in init()
1627 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
[all …]
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp438 …r (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjec…
468 …r (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjec… in MemObjectAllocator() argument
472 , m_objectTypes (objectTypes) in MemObjectAllocator()
819 …se (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTexture… in MemoryStressCase() argument
823 , m_objectTypes ((MemObjectType)objectTypes) in MemoryStressCase()
DglsMemoryStressCase.hpp61 …tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTexture…