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

  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 473 GLenum readPixelsFormat;
481 readPixelsFormat = GL_RGBA;
491 readPixelsFormat = GL_RGBA;
498 readPixelsFormat = GL_RGBA_INTEGER;
505 readPixelsFormat = GL_RGBA_INTEGER;
512 readPixelsFormat = GL_RGBA;
521 readPixelsFormat = GL_RGBA;
530 readPixelsFormat = GL_RGBA;
547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0));
556 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, readRefrence.getLevel(0).getDataPtr()))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]

Completed in 184 milliseconds