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

/external/chromium_org/cc/surfaces/
H A Ddisplay.cc50 int highp_threshold_min = 0; local
58 highp_threshold_min,
73 highp_threshold_min);
/external/chromium_org/cc/test/
H A Dpixel_test.h100 int highp_threshold_min)
106 highp_threshold_min) {}
95 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.h75 int highp_threshold_min; member in class:cc::LayerTreeSettings
/external/chromium_org/cc/output/
H A Dshader.cc76 int highp_threshold_min,
91 int highp_threshold = std::max(*highp_threshold_cache, highp_threshold_min);
138 int highp_threshold_min,
141 highp_threshold_cache, highp_threshold_min,
147 int highp_threshold_min,
150 highp_threshold_cache, highp_threshold_min,
74 TexCoordPrecisionRequired(GLES2Interface* context, int *highp_threshold_cache, int highp_threshold_min, int x, int y) argument
136 TexCoordPrecisionRequired(GLES2Interface* context, int* highp_threshold_cache, int highp_threshold_min, const gfx::Point& max_coordinate) argument
145 TexCoordPrecisionRequired(GLES2Interface* context, int *highp_threshold_cache, int highp_threshold_min, const gfx::Size& max_size) argument
H A Dgl_renderer.cc284 int highp_threshold_min) {
290 highp_threshold_min));
298 int highp_threshold_min)
310 highp_threshold_min_(highp_threshold_min),
278 Create( RendererClient* client, const LayerTreeSettings* settings, OutputSurface* output_surface, ResourceProvider* resource_provider, TextureMailboxDeleter* texture_mailbox_deleter, int highp_threshold_min) argument
293 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.cc388 int highp_threshold_min,
396 highp_threshold_min,
1015 int highp_threshold_min,
1023 highp_threshold_min_(highp_threshold_min),
384 Create( OutputSurface* output_surface, SharedBitmapManager* shared_bitmap_manager, BlockingTaskRunner* blocking_main_thread_task_runner, int highp_threshold_min, bool use_rgba_4444_texture_format, size_t id_allocation_chunk_size, bool use_distance_field_text) argument
1011 ResourceProvider( OutputSurface* output_surface, SharedBitmapManager* shared_bitmap_manager, BlockingTaskRunner* blocking_main_thread_task_runner, int highp_threshold_min, bool use_rgba_4444_texture_format, size_t id_allocation_chunk_size, bool use_distance_field_text) argument

Completed in 8542 milliseconds