Searched defs:highp_threshold_min (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dpixel_test.h101 int highp_threshold_min)
107 highp_threshold_min) {}
96 GLRendererWithExpandedViewport(RendererClient* client, const LayerTreeSettings* settings, OutputSurface* output_surface, ResourceProvider* resource_provider, TextureMailboxDeleter* texture_mailbox_deleter, int highp_threshold_min) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_settings.h65 int highp_threshold_min; member in class:cc::LayerTreeSettings
/external/chromium_org/cc/output/
H A Dshader.cc77 int highp_threshold_min,
92 int highp_threshold = std::max(*highp_threshold_cache, highp_threshold_min);
139 int highp_threshold_min,
142 highp_threshold_cache, highp_threshold_min,
148 int highp_threshold_min,
151 highp_threshold_cache, highp_threshold_min,
75 TexCoordPrecisionRequired(GLES2Interface* context, int *highp_threshold_cache, int highp_threshold_min, int x, int y) argument
137 TexCoordPrecisionRequired(GLES2Interface* context, int *highp_threshold_cache, int highp_threshold_min, gfx::Point max_coordinate) argument
146 TexCoordPrecisionRequired(GLES2Interface* context, int *highp_threshold_cache, int highp_threshold_min, gfx::Size max_size) argument
H A Dgl_renderer.cc151 int highp_threshold_min) {
157 highp_threshold_min));
165 int highp_threshold_min)
179 highp_threshold_min_(highp_threshold_min),
145 Create( RendererClient* client, const LayerTreeSettings* settings, OutputSurface* output_surface, ResourceProvider* resource_provider, TextureMailboxDeleter* texture_mailbox_deleter, int highp_threshold_min) argument
160 GLRenderer(RendererClient* client, const LayerTreeSettings* settings, OutputSurface* output_surface, ResourceProvider* resource_provider, TextureMailboxDeleter* texture_mailbox_deleter, int highp_threshold_min) argument
/external/chromium_org/cc/resources/
H A Dresource_provider.cc287 int highp_threshold_min,
293 highp_threshold_min,
884 int highp_threshold_min,
890 highp_threshold_min_(highp_threshold_min),
284 Create( OutputSurface* output_surface, SharedBitmapManager* shared_bitmap_manager, int highp_threshold_min, bool use_rgba_4444_texture_format, size_t id_allocation_chunk_size) argument
882 ResourceProvider(OutputSurface* output_surface, SharedBitmapManager* shared_bitmap_manager, int highp_threshold_min, bool use_rgba_4444_texture_format, size_t id_allocation_chunk_size) argument

Completed in 290 milliseconds