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

  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 308 gl.texImage1D(target, 0, descriptor.internal_format, s_source_texture_size, 0, source_format, source_type,
315 gl.texImage2D(target, 0, descriptor.internal_format, s_source_texture_size, s_source_texture_size, 0,
321 gl.texImage3D(target, 0, descriptor.internal_format, s_source_texture_size, s_source_texture_size,
322 s_source_texture_size, 0, source_format, source_type, source_data);
423 gl.texImage2D(target, 0, internal_format, s_source_texture_size, s_source_texture_size, 0, destination_format,
434 gl.texImage2DMultisample(target, m_max_samples - 1, descriptor.internal_format, s_source_texture_size,
435 s_source_texture_size, GL_TRUE)
1188 const glw::GLuint FunctionalTest::s_source_texture_size = 1; member in class:gl3cts::TextureSizePromotion::FunctionalTest
    [all...]
gl3cTextureSizePromotion.hpp 169 static const glw::GLuint s_source_texture_size; //!< Linear size of the source texture. member in class:gl3cts::TextureSizePromotion::FunctionalTest

Completed in 72 milliseconds