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

  /external/deqp/framework/opengl/
gluTexture.cpp 232 bool isRGBA = level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);
233 Texture2D* texture = new Texture2D(context, isRGBA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, level.getWidth(), level.getHeight());
  /external/deqp/framework/common/
tcuTestLog.cpp 180 bool isRGBA = format.order == TextureFormat::RGBA;
183 isRGBA ? QP_IMAGE_FORMAT_RGBA8888 : QP_IMAGE_FORMAT_RGB888,
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp     [all...]

Completed in 410 milliseconds