Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglMultiThreadTests.cpp987 set<Type> objectTypes; in createDestroyObjects() local
990 objectTypes.insert(TYPE_PBUFFER); in createDestroyObjects()
993 objectTypes.insert(TYPE_PIXMAP); in createDestroyObjects()
996 objectTypes.insert(TYPE_WINDOW); in createDestroyObjects()
999 objectTypes.insert(TYPE_CONTEXT); in createDestroyObjects()
1056 objectTypes.erase(TYPE_WINDOW); in createDestroyObjects()
1058 type = rnd.choose<Type>(objectTypes.begin(), objectTypes.end()); in createDestroyObjects()
1333 vector<Type> objectTypes; in querySetSharedObjects() local
1336 objectTypes.push_back(TYPE_PBUFFER); in querySetSharedObjects()
1339 objectTypes.push_back(TYPE_PIXMAP); in querySetSharedObjects()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1461 static const deUint32 objectTypes[] = in init() local
1564 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
1566 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1588 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
1590 …FboConfig colorOnlyConfig (GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[col… in init()
1591 …FboConfig colorDepthConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT, objectTypes[typeNdx], … in init()
1592 …Config (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, objectTypes[typeNdx], color… in init()
1614 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init()
1616 …R_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depth… in init()
1629 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…