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

  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.hpp 143 glw::GLenum expected_red_type; //!< Expected type of red component. member in struct:gl3cts::TextureSizePromotion::FunctionalTest::TextureInternalFormatDescriptor
gl3cTextureSizePromotion.cpp 535 is_ok = is_ok && ((glw::GLenum)red_type == descriptor.expected_red_type);
556 << "Expected red type = " << glu::getTypeStr(descriptor.expected_red_type)
1009 return (GL_FLOAT == descriptor.expected_red_type) || (GL_FLOAT == descriptor.expected_green_type) ||
1015 return (GL_SIGNED_NORMALIZED == descriptor.expected_red_type) ||
1023 return (GL_UNSIGNED_NORMALIZED == descriptor.expected_red_type) ||
1031 return (GL_INT == descriptor.expected_red_type) || (GL_INT == descriptor.expected_green_type) ||
1037 return (GL_UNSIGNED_INT == descriptor.expected_red_type) || (GL_UNSIGNED_INT == descriptor.expected_green_type) ||
    [all...]

Completed in 78 milliseconds