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

  /external/chromium_org/cc/quads/
picture_draw_quad.cc 29 ResourceFormat texture_format,
41 !PlatformColor::SameComponentOrder(texture_format));
45 this->texture_format = texture_format;
55 ResourceFormat texture_format,
68 texture_format));
72 this->texture_format = texture_format;
90 value->SetInteger("texture_format", texture_format);
    [all...]
picture_draw_quad.h 31 ResourceFormat texture_format,
43 ResourceFormat texture_format,
51 ResourceFormat texture_format; member in class:cc::PictureDrawQuad
draw_quad_unittest.cc 646 ResourceFormat texture_format = RGBA_8888; local
657 texture_format,
666 EXPECT_EQ(texture_format, copy_quad->texture_format);
674 texture_format,
681 EXPECT_EQ(texture_format, copy_quad->texture_format);
898 ResourceFormat texture_format = RGBA_8888; local
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.cc 33 SkBitmap::Config texture_format) {
35 switch (texture_format) {
51 DCHECK((int)texture_format < (int)SkBitmap::kConfigCount);
52 format_support_table_[texture_format] =
103 SkBitmap::Config texture_format) {
104 switch (format_support_table_[texture_format]) {
gl_helper_readback_support.h 25 bool IsReadbackConfigSupported(SkBitmap::Config texture_format);
49 void CheckForReadbackSupport(SkBitmap::Config texture_format);
gl_helper.h 325 bool IsReadbackConfigSupported(SkBitmap::Config texture_format);
gl_helper.cc     [all...]
  /external/chromium_org/cc/layers/
tiled_layer.h 50 void SetTextureFormat(ResourceFormat texture_format) {
51 texture_format_ = texture_format;
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 295 EXPECT_FALSE(info_->validators()->texture_format.IsValid(GL_DEPTH_COMPONENT));
306 EXPECT_FALSE(info_->validators()->texture_format.IsValid(
378 EXPECT_TRUE(info_->validators()->texture_format.IsValid(
396 EXPECT_TRUE(info_->validators()->texture_format.IsValid(
412 EXPECT_TRUE(info_->validators()->texture_format.IsValid(
426 EXPECT_FALSE(info_->validators()->texture_format.IsValid(
690 EXPECT_TRUE(info_->validators()->texture_format.IsValid(GL_DEPTH_COMPONENT));
691 EXPECT_FALSE(info_->validators()->texture_format.IsValid(GL_DEPTH_STENCIL));
710 EXPECT_TRUE(info_->validators()->texture_format.IsValid(GL_DEPTH_COMPONENT));
711 EXPECT_FALSE(info_->validators()->texture_format.IsValid(GL_DEPTH_STENCIL))
    [all...]
gles2_cmd_validation_autogen.h 57 ValueValidator<GLenum> texture_format; variable
feature_info.cc 357 validators_.texture_format.AddValue(GL_DEPTH_COMPONENT);
370 validators_.texture_format.AddValue(GL_DEPTH_STENCIL);
420 validators_.texture_format.AddValue(GL_BGRA_EXT);
gles2_cmd_validation_implementation_autogen.h 449 texture_format(valid_texture_format_table,
texture_manager.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1783 ResourceFormat texture_format = RGBA_8888; local
1867 ResourceFormat texture_format = RGBA_8888; local
1958 ResourceFormat texture_format = RGBA_8888; local
2015 ResourceFormat texture_format = RGBA_8888; local
    [all...]
gl_renderer.h 95 ResourceFormat texture_format,
gl_renderer.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 64 GLint texture_format, __DRIdrawable *dPriv)
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
89 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 64 GLint texture_format, __DRIdrawable *dPriv)
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
89 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 605 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format,
661 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 605 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format,
661 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 728 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format,
786 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 728 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format,
786 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 288 ResourceFormat texture_format = RGBA_8888; local
291 texture_format = RGBA_8888;
294 texture_format = BGRA_8888;
298 BoundTexture(GL_TEXTURE_2D)->Reallocate(size, texture_format);
    [all...]

Completed in 1458 milliseconds