Searched defs:dst_internal_format (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp3141 * @param dst_internal_format Internal format of destination image
3144 void FunctionalTest::prepareSrcPxls(const FunctionalTest::targetDesc& desc, GLenum /* dst_internal_format */,
3222 * @param dst_internal_format Internal format of destination image
3227 void FunctionalTest::prepareTestCases(GLenum dst_internal_format, GLenum dst_target, GLenum src_internal_format, argument
3261 const GLenum dst_format = Utils::getFormat(dst_internal_format);
3263 const GLenum dst_type = Utils::getType(dst_internal_format);
3325 dst_level, dst_internal_format, dst_format, dst_type },
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp4213 * @param dst_internal_format Internal format of destination image
4222 glw::GLenum dst_internal_format,
4226 , m_destination(dst_internal_format, dst_format, dst_type, false /* is_compressed*/)
4219 formatDefinition(glw::GLenum src_internal_format, glw::GLenum src_format, glw::GLenum src_type, bool src_is_compressed, glw::GLenum dst_internal_format, glw::GLenum dst_format, glw::GLenum dst_type, samplerType sampler_type, const glw::GLchar* name) argument

Completed in 120 milliseconds