Searched refs:total_layers (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/test/trace_processor/graphics/ |
D | composition_layer_count.sql | 19 FROM total_layers;
|
/external/perfetto/src/trace_processor/metrics/android/ |
D | android_hwcomposer.sql | 54 'composition_total_layers', (SELECT AVG(value) FROM total_layers),
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 1297 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()
|