Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp176 CONFIGQUERYRESULT_GENERIC_ERROR = -1, in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() enumerator
186 return CONFIGQUERYRESULT_GENERIC_ERROR; in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
198 return CONFIGQUERYRESULT_GENERIC_ERROR; in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
213 return CONFIGQUERYRESULT_GENERIC_ERROR; in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery()
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
DDeqpPlatformCapabilityQueryInstrumentation.java39 private static final int CONFIGQUERYRESULT_GENERIC_ERROR = -1; field in DeqpPlatformCapabilityQueryInstrumentation
103 else if (result == CONFIGQUERYRESULT_GENERIC_ERROR) in doRenderConfigSupportedQuery()