Home
last modified time | relevance | path

Searched refs:createCaseGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglResizeTests.cpp520 TestCaseGroup* createCaseGroup(EglTestContext& eglTestCtx, in createCaseGroup() function
546 addChild(createCaseGroup<ChangeSurfaceSizeCase>(m_eglTestCtx, in init()
549 addChild(createCaseGroup<PreserveBackBufferCase>(m_eglTestCtx, in init()
552 addChild(createCaseGroup<UpdateResolutionCase>(m_eglTestCtx, in init()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1426 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() function
1611createCaseGroup(this, "texture", "texture() Tests", textureCases, DE_LENGTH_OF_ARRAY(textureCases)… in init()
1664createCaseGroup(this, "textureoffset", "textureOffset() Tests", textureOffsetCases, DE_LENGTH_OF_A… in init()
1717createCaseGroup(this, "textureproj", "textureProj() Tests", textureProjCases, DE_LENGTH_OF_ARRAY(t… in init()
1770createCaseGroup(this, "textureprojoffset", "textureOffsetProj() Tests", textureProjOffsetCases, DE… in init()
1798createCaseGroup(this, "texturelod", "textureLod() Tests", textureLodCases, DE_LENGTH_OF_ARRAY(text… in init()
1821createCaseGroup(this, "texturelodoffset", "textureLodOffset() Tests", textureLodOffsetCases, DE_LE… in init()
1844createCaseGroup(this, "textureprojlod", "textureProjLod() Tests", textureProjLodCases, DE_LENGTH_O… in init()
1867createCaseGroup(this, "textureprojlodoffset", "textureProjLodOffset() Tests", textureProjLodOffset… in init()
1901createCaseGroup(this, "texturegrad", "textureGrad() Tests", textureGradCases, DE_LENGTH_OF_ARRAY(t… in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp565 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() function
607createCaseGroup(this, "vertex", "Vertex Shader Texture Lookups", &vertexCases[0], DE_LENGTH_OF_ARR… in init()
622createCaseGroup(this, "fragment", "Fragment Shader Texture Lookups", &fragmentCases[0], DE_LENGTH_… in init()