Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java33 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType, in BatchRunConfiguration() argument
35 mGlConfig = glConfig; in BatchRunConfiguration()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp445 EGLConfig glConfig; in init()
446 if (getConfig(&glConfig, FilterList() << renderable<EGL_OPENGL_BIT>)) in init()
449 expectNoContext(eglCreateContext(display, glConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()