HomeSort by relevance Sort by last modified time
    Searched defs:configID (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/egl/
teglQueryContextTests.cpp 97 const EGLint configId = display.getConfigAttrib(config, EGL_CONFIG_ID);
104 log << TestLog::Message << "Creating window surface with config ID " << configId << TestLog::EndMessage;
128 log << TestLog::Message << "Creating pixmap surface with config ID " << configId << TestLog::EndMessage;
152 log << TestLog::Message << "Creating pbuffer surface with config ID " << configId << TestLog::EndMessage;
380 const EGLint configID = getContextAttrib(display, context, EGL_CONFIG_ID);
383 if (configID != surfaceConfigID)
  /external/deqp/framework/qphelper/
qpTestLog.h 167 int configID;
  /hardware/intel/img/psb_video/src/
psb_drv_video.c 410 int configID;
465 configID = object_heap_allocate(&driver_data->config_heap);
466 obj_config = CONFIG(configID);
500 *config_id = configID;
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 353 int configID;
385 , configID (0)
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]

Completed in 563 milliseconds