OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isES3Compatible
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp
641
bool
isES3Compatible
= gls::FboUtil::checkExtensionSupport(renderContext, "DEQP_gles3_core_compatible");
642
bool hasRenderToMipmap =
isES3Compatible
|| extensions.find("GL_OES_fbo_render_mipmap") != extensions.end();
660
addChild(new FboApiCase(m_context, "attachment_query_empty_fbo", "Query attachments from empty FBO",
isES3Compatible
? es3AttachmentQueryEmptyFboTest : attachmentQueryEmptyFboTest));
es2fTextureMipmapTests.cpp
605
bool
isES3Compatible
= false;
609
isES3Compatible
= true;
685
params.sampler.seamlessCubeMap =
isES3Compatible
;
694
lodPrec.lodBits =
isES3Compatible
? 3 : 4;
[
all
...]
Completed in 221 milliseconds