Home
last modified time | relevance | path

Searched refs:destination_format (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/bin/
Dpackage.py256 def convert(package, destination_format): argument
265 e_msg = 'Cannot convert to %s, alien not installed' % destination_format
270 if destination_format == 'dpkg':
275 elif destination_format == 'rpm':
281 e_msg = 'Convertion to format %s not implemented' % destination_format
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp420 glw::GLenum destination_format = GL_RED; in prepareDestinationTextureAndFramebuffer() local
426 destination_format = GL_RED_INTEGER; in prepareDestinationTextureAndFramebuffer()
433 destination_format = GL_RED_INTEGER; in prepareDestinationTextureAndFramebuffer()
438 …2D(target, 0, internal_format, s_source_texture_size, s_source_texture_size, 0, destination_format, in prepareDestinationTextureAndFramebuffer()