HomeSort by relevance Sort by last modified time
    Searched defs:texture_format (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/resources/
platform_color.h 29 GLenum texture_format = GL_RGBA; local
35 texture_format = GL_BGRA_EXT;
41 return texture_format;
46 static bool SameComponentOrder(GLenum texture_format) {
49 return texture_format == GL_RGBA;
51 return texture_format == GL_BGRA_EXT;
  /external/chromium_org/cc/layers/
image_layer.cc 59 GLenum texture_format = local
61 SetTextureFormat(texture_format);
nine_patch_layer.cc 43 GLenum texture_format = local
46 gfx::Size(bitmap_.width(), bitmap_.height()), texture_format); local
content_layer.cc 124 unsigned texture_format = local
126 SetTextureFormat(texture_format);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 57 ValueValidator<GLenum> texture_format; variable

Completed in 163 milliseconds