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

  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 361 glw::GLenum glerror; local
366 glerror = gl.getError();
367 if (glerror == GL_OUT_OF_MEMORY)
370 GLU_EXPECT_NO_ERROR(glerror, "draw patches");
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc 29 GLenum glerror; local
36 while ((glerror = glGetError()) != GL_NO_ERROR) {
38 << file << ":" << line << " " << glerror; local

Completed in 197 milliseconds