Lines Matching defs:view_internalformat
1222 glw::GLenum view_internalformat = internalformat_view_compatibility_array[(n_view_internalformat * 2) + 0];
1228 result.push_back(_internalformat_pair(src_internalformat, view_internalformat));
2352 * internalformat, can be used to generate a texture view using @param view_internalformat
2356 * @param view_internalformat Internalformat to be used for view texture object storage.
2361 glw::GLenum view_internalformat)
2364 const _view_class view_internalformat_view_class = getViewClassForInternalformat(view_internalformat);
3762 glw::GLenum view_internalformat = pair_iterator->second;
3767 !TextureViewUtilities::isInternalformatSupported(view_internalformat, context_major_version,
3796 view_internalformat, 0, /* minlevel */
3828 view_internalformat, 0, /* minlevel */
6725 * @param view_internalformat Internalformat that will be used by the texture view.
6727 void TextureViewTestViewClasses::initBufferObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat)
6739 TextureViewUtilities::getAmountOfComponentsForInternalformat(view_internalformat);
6772 * @param view_internalformat Internalformat that will be used by the texture view.
6774 void TextureViewTestViewClasses::initProgramObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat)
6790 TextureViewUtilities::getAmountOfComponentsForInternalformat(view_internalformat);
6791 const _sampler_type view_sampler_type = TextureViewUtilities::getSamplerTypeForInternalformat(view_internalformat);
6989 glw::GLenum view_internalformat)
6991 glw::GLenum cached_view_internalformat = view_internalformat;
7022 gl.textureView(m_view_to_id, GL_TEXTURE_2D, m_to_id, view_internalformat, 0, /* minlevel */
7062 view_internalformat = internalformat_to_use;
7076 const glw::GLenum view_type = TextureViewUtilities::getTypeCompatibleWithInternalformat(view_internalformat);
7383 glw::GLenum view_internalformat = internalformat_pair.second;
7387 texture_internalformat, view_internalformat);
7391 texture_internalformat, view_internalformat);
7396 initBufferObject(texture_internalformat, view_internalformat);
7399 initProgramObject(texture_internalformat, view_internalformat);
7433 verifyResultData(texture_internalformat, view_internalformat, result_texture_data_ptr, result_view_data_ptr);
7456 * @param view_internalformat Internalformat that was used to define texture
7466 void TextureViewTestViewClasses::verifyResultData(glw::GLenum texture_internalformat, glw::GLenum view_internalformat,
7471 const char* view_internalformat_string = TextureViewUtilities::getInternalformatString(view_internalformat);
7502 TextureViewUtilities::isInternalformatCompressed(view_internalformat);
7506 TextureViewUtilities::getAmountOfComponentsForInternalformat(view_internalformat);
7510 _format view_format = TextureViewUtilities::getFormatOfInternalformat(view_internalformat);
7514 TextureViewUtilities::getComponentSizeForInternalformat(view_internalformat, view_component_sizes);
7609 TextureViewUtilities::getSamplerTypeForInternalformat(view_internalformat);
7648 if (view_internalformat == GL_R11F_G11F_B10F)
7666 else if (view_internalformat == GL_RGB9_E5)
7689 else if (view_internalformat == GL_RGB10_A2)
7707 else if (view_internalformat == GL_RGB10_A2UI)
7725 else if (view_internalformat == GL_RG16F)
7768 if (TextureViewUtilities::isInternalformatSRGB(view_internalformat) &&
7786 } /* if (TextureViewUtilities::isInternalformatSRGB(view_internalformat) ) */