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

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderTextureImageSamplesTests.cpp 430 glw::GLenum texture_internalformat = GL_NONE; local
435 texture_internalformat = GL_RGBA8I;
439 texture_internalformat = GL_RGBA8;
443 texture_internalformat = GL_RGBA8UI;
456 gl.getInternalformativ(texture_target, texture_internalformat, GL_NUM_SAMPLE_COUNTS, 1, /* bufSize */
467 gl.getInternalformativ(texture_target, texture_internalformat, GL_SAMPLES, m_internalformat_n_samples_count,
497 gl.texStorage2DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_internalformat,
505 gl.texStorage3DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_internalformat,
517 GL_READ_ONLY, texture_internalformat);
gl4cTextureViewTests.hpp 161 glw::GLenum texture_internalformat, glw::GLenum texture_format,
676 void initBufferObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat);
678 void initProgramObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat);
682 void initTextureObject(bool should_init_parent_texture, glw::GLenum texture_internalformat,
685 void verifyResultData(glw::GLenum texture_internalformat, glw::GLenum view_internalformat,
    [all...]
gl4cTextureViewTests.cpp 7384 glw::GLenum texture_internalformat = internalformat_pair.first; local
    [all...]

Completed in 633 milliseconds