OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basicteximagegroup
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp
846
tcu::TestCaseGroup*
basicTexImageGroup
= new tcu::TestCaseGroup(m_testCtx, "basic_teximage3d", "Basic glTexImage3D() usage");
847
addChild(
basicTexImageGroup
);
855
basicTexImageGroup
->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeArrayLayers));
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp
[
all
...]
Completed in 217 milliseconds