Searched refs:CONFIGQUERYRESULT_GENERIC_ERROR (Results 1 – 2 of 2) sorted by relevance
176 CONFIGQUERYRESULT_GENERIC_ERROR = -1, in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() enumerator186 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()
39 private static final int CONFIGQUERYRESULT_GENERIC_ERROR = -1; field in DeqpPlatformCapabilityQueryInstrumentation103 else if (result == CONFIGQUERYRESULT_GENERIC_ERROR) in doRenderConfigSupportedQuery()