OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reqext
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/egl/
teglCreateContextExtTests.cpp
463
for (std::set<string>::const_iterator
reqExt
= requiredExtensions.begin();
reqExt
!= requiredExtensions.end(); ++
reqExt
)
469
if (*
reqExt
== extensions[extNdx])
475
m_testCtx.getLog() << TestLog::Message << "Required extension '" << (*
reqExt
) << "' not supported" << TestLog::EndMessage;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp
492
const char*
reqExt
= "GL_OES_texture_stencil8";
493
if (!ctxInfo.isExtensionSupported(
reqExt
))
494
throw tcu::NotSupportedError(glu::getPixelFormatStr(format).toString() + " requires " +
reqExt
);
[
all
...]
/external/mdnsresponder/mDNSShared/
uds_daemon.c
199
mDNSIPPort
ReqExt
; // External port we originally requested, for logging purposes
[
all
...]
Completed in 2750 milliseconds