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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc318 GLenum source_internal_format,
333 source_internal_format == dest_internal_format ||
334 (source_internal_format == GL_RGBA && dest_internal_format == GL_RGB);
314 DoCopyTexture( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLenum source_internal_format, GLuint dest_id, GLint dest_level, GLenum dest_internal_format, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha) argument
H A Dgles2_cmd_decoder.cc10304 GLenum source_internal_format = 0; local
10306 source_texture->target(), 0, &source_type, &source_internal_format);
10314 bool valid_source_format = source_internal_format == GL_ALPHA ||
10315 source_internal_format == GL_RGB ||
10316 source_internal_format == GL_RGBA ||
10317 source_internal_format == GL_LUMINANCE ||
10318 source_internal_format == GL_LUMINANCE_ALPHA ||
10319 source_internal_format == GL_BGRA_EXT;
10411 source_internal_format,

Completed in 63 milliseconds