Searched refs:objectTypes (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboRenderTest.cpp | 1461 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_NONE, GL_NONE); 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[colorFmtNdx].format, GL_NONE, GL_NONE); in init() 1591 FboConfig colorDepthConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, depthStencilType, depthStencilFormat); in init() 1592 FboConfig colorDepthStencilConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, depthStencilType, depthStencilFormat); in init() 1614 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNdx++) in init() 1616 FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format); in init() 1629 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(objectTypes); typeNd in init() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMultiThreadTests.cpp | 991 set<Type> objectTypes; in createDestroyObjects() local 994 objectTypes.insert(TYPE_PBUFFER); in createDestroyObjects() 997 objectTypes.insert(TYPE_PIXMAP); in createDestroyObjects() 1000 objectTypes.insert(TYPE_WINDOW); in createDestroyObjects() 1003 objectTypes.insert(TYPE_CONTEXT); in createDestroyObjects() 1060 objectTypes.erase(TYPE_WINDOW); in createDestroyObjects() 1062 type = rnd.choose<Type>(objectTypes.begin(), objectTypes.end()); in createDestroyObjects() 1337 vector<Type> objectTypes; in querySetSharedObjects() local 1340 objectTypes in querySetSharedObjects() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsMemoryStressCase.cpp | 431 MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed); 461 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed) in MemObjectAllocator() argument 465 , m_objectTypes (objectTypes) in MemObjectAllocator() 800 MemoryStressCase::MemoryStressCase (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useUnusedData, bool clearAfterOOM, const char* name, const char* desc) in MemoryStressCase() argument 804 , m_objectTypes ((MemObjectType)objectTypes) in MemoryStressCase()
|
H A D | glsMemoryStressCase.hpp | 61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useUnusedData, bool clearAfterOOM, const char* name, const char* desc);
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 184 milliseconds