Home
last modified time | relevance | path

Searched refs:counterName (Results 1 – 18 of 18) sorted by relevance

/external/angle/src/compiler/translator/
DAtomicCounterFunctionHLSL.cpp107 std::stringstream counterName = sh::InitializeStream<std::stringstream>(); in getAtomicCounterNameForBinding() local
108 counterName << kAtomicCounterBaseName << binding; in getAtomicCounterNameForBinding()
109 return ImmutableString(counterName.str()); in getAtomicCounterNameForBinding()
/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DSetupMetricsLogger.java41 @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/
DMetricBundleConverter.java17 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/
Dcommon.ts22 export interface Config { counterName: string; } property
Dcontroller.ts43 where name like "${this.config.counterName}%"
/external/mesa3d/src/mesa/main/
Dperformance_query.c331 const char *counterName; in _mesa_GetPerfCounterInfoINTEL() local
365 &counterName, in _mesa_GetPerfCounterInfoINTEL()
373 output_clipped_string(name, nameLength, counterName); in _mesa_GetPerfCounterInfoINTEL()
Dperformance_query.h58 GLuint counterNameLength, char *counterName,
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp1099 … const TString counterName(intermediate.addCounterBufferName(indexToUniformBlock[i].name).c_str()); in buildCounterIndices() local
1100 const int index = getIndex(counterName); in buildCounterIndices()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dreflection.cpp1099 … const TString counterName(intermediate.addCounterBufferName(indexToUniformBlock[i].name).c_str()); in buildCounterIndices() local
1100 const int index = getIndex(counterName); in buildCounterIndices()
/external/swiftshader/include/GLES2/
Dgl2ext.h2380 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
2391 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/external/mesa3d/include/GLES2/
Dgl2ext.h2437 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
2448 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/external/angle/include/GLES2/
Dgl2ext.h2444 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
2455 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/external/mesa3d/include/GL/
Dglcorearb.h4749 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
4760 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
Dglext.h9259 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
9270 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/external/swiftshader/include/GL/
Dglcorearb.h4710 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
4721 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
Dglext.h9215 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
9226 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h13546 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar* counterName, GLuint counter…
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs15034 counterName: *mut GLchar,