/external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
D | SetupMetricsLogger.java | 41 @NonNull Context context, @NonNull MetricKey counterName, int times) { in logCounter() argument 43 Preconditions.checkNotNull(counterName, "CounterName cannot be null."); in logCounter() 48 MetricBundleConverter.createBundleForLoggingCounter(counterName, times)); in logCounter()
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/ |
D | MetricBundleConverter.java | 17 public static Bundle createBundleForLoggingCounter(MetricKey counterName, int times) { in createBundleForLoggingCounter() argument 19 bundle.putParcelable(MetricBundleKeys.METRIC_KEY_BUNDLE, MetricKey.fromMetricKey(counterName)); in createBundleForLoggingCounter()
|
/external/perfetto/ui/src/tracks/vsync/ |
D | common.ts | 24 export interface Config { counterName: string; } property
|
D | controller.ts | 49 where name like "${this.config.counterName}%"
|
/external/mesa3d/src/mesa/main/ |
D | performance_query.c | 325 const char *counterName; in _mesa_GetPerfCounterInfoINTEL() local 359 &counterName, in _mesa_GetPerfCounterInfoINTEL() 367 output_clipped_string(name, nameLength, counterName); in _mesa_GetPerfCounterInfoINTEL()
|
D | performance_query.h | 58 GLuint counterNameLength, char *counterName,
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 773 const TString counterName(intermediate.addCounterBufferName(indexToUniformBlock[i].name)); in buildCounterIndices() local 774 const int index = getIndex(counterName); in buildCounterIndices()
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2319 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 2330 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 2380 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 2391 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4710 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 4721 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
D | glext.h | 9215 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 9226 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 4679 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 4690 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
D | glext.h | 9182 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 9193 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 29099 …L(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter… in _mesa_marshal_GetPerfCounterInfoINTEL() argument 29104 …EL(ctx->CurrentServerDispatch, (queryId, counterId, counterNameLength, counterName, counterDescLen… in _mesa_marshal_GetPerfCounterInfoINTEL()
|