Searched defs:texture_format (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/cc/resources/
H A Dplatform_color.h29 GLenum texture_format = GL_RGBA; local
35 texture_format = GL_BGRA_EXT;
41 return texture_format;
46 static bool SameComponentOrder(GLenum texture_format) { argument
49 return texture_format == GL_RGBA;
51 return texture_format == GL_BGRA_EXT;
H A Dtile_manager.cc157 GLenum texture_format)
167 texture_format_(texture_format) {
151 TileManager( TileManagerClient* client, ResourceProvider* resource_provider, scoped_ptr<RasterWorkerPool> raster_worker_pool, size_t num_raster_threads, RenderingStatsInstrumentation* rendering_stats_instrumentation, GLenum texture_format) argument
H A Dresource_provider.cc32 GLenum TextureToStorageFormat(GLenum texture_format) { argument
34 switch (texture_format) {
/external/chromium_org/cc/layers/
H A Dimage_layer.cc59 GLenum texture_format = local
61 SetTextureFormat(texture_format);
H A Dnine_patch_layer.cc43 GLenum texture_format = local
46 gfx::Size(bitmap_.width(), bitmap_.height()), texture_format); local
H A Dtiled_layer.h49 void SetTextureFormat(unsigned texture_format) { argument
50 texture_format_ = texture_format;
H A Dcontent_layer.cc124 unsigned texture_format = local
126 SetTextureFormat(texture_format);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_autogen.h57 ValueValidator<GLenum> texture_format; variable
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_image.c269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_image.c269 GLint texture_format,
300 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c605 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
661 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c605 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
661 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c728 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
786 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast.c64 GLint texture_format, __DRIdrawable *dPriv)
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
89 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
63 swrastSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c728 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
786 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c64 GLint texture_format, __DRIdrawable *dPriv)
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
89 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
63 swrastSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, __DRIdrawable *dPriv) argument
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2475 unsigned texture_format,
2487 texture_format,
2474 GetFramebufferTexture(unsigned texture_id, unsigned texture_format, gfx::Rect window_rect) argument

Completed in 422 milliseconds