Home
last modified time | relevance | path

Searched refs:CONFIGQUERYRESULT_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
DDeqpPlatformCapabilityQueryInstrumentation.java37 private static final int CONFIGQUERYRESULT_SUPPORTED = 0; field in DeqpPlatformCapabilityQueryInstrumentation
91 if (result == CONFIGQUERYRESULT_SUPPORTED) in doRenderConfigSupportedQuery()
/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp174 CONFIGQUERYRESULT_SUPPORTED = 0, in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() enumerator
206 return (isSupported) ? (CONFIGQUERYRESULT_SUPPORTED) in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()