Home
last modified time | relevance | path

Searched refs:total_layers (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/test/trace_processor/graphics/
Dcomposition_layer_count.sql19 FROM total_layers;
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_hwcomposer.sql54 'composition_total_layers', (SELECT AVG(value) FROM total_layers),
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp1297 size_t total_layers, size_t samples, in CreateGLTexture2DArrayMultisample() argument
1364 …TEXTURE_2D_MULTISAMPLE_ARRAY, samples, internalFormat, width, height, total_layers, fixedSampleLoc… in CreateGLTexture2DArrayMultisample()
1383 double color_delta = 1.0 / (total_layers * samples); in CreateGLTexture2DArrayMultisample()
1417 for (size_t l=0; l!=total_layers; ++l) { in CreateGLTexture2DArrayMultisample()
1512 char *data = (char *)malloc(get_explicit_type_size(type) * size * total_layers * samples); in CreateGLTexture2DArrayMultisample()
1517 for (size_t l=0;l!=total_layers;++l) { in CreateGLTexture2DArrayMultisample()
1553 reorder_verification_buffer(glFormat,glType,data,width*height*samples*total_layers); in CreateGLTexture2DArrayMultisample()