OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConfigSupported
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
VirtualizerTest.java
309
boolean
isConfigSupported
= false;
314
isConfigSupported
= mVirtualizer.canVirtualize(CHANNEL_MASKS[i],
316
isAtLeastOneConfigSupported |=
isConfigSupported
;
324
+ " supported=" +
isConfigSupported
);
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
546
static bool
isConfigSupported
(const FboConfig& config) { DE_UNREF(config); return true; }
730
static bool
isConfigSupported
(const FboConfig& config);
753
bool IntersectingQuadsTest::
isConfigSupported
(const FboConfig& config)
823
static bool
isConfigSupported
(const FboConfig& config);
850
bool MixTest::
isConfigSupported
(const FboConfig& config)
918
static bool
isConfigSupported
(const FboConfig& config);
941
bool BlendTest::
isConfigSupported
(const FboConfig& config)
994
static bool
isConfigSupported
(const FboConfig& config);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp
843
static bool
isConfigSupported
(const FboConfig& config);
852
bool SharedDepthStencilTest::
isConfigSupported
(const FboConfig& config)
[
all
...]
Completed in 49 milliseconds