/external/angle/src/compiler/translator/ |
D | AtomicCounterFunctionHLSL.cpp | 107 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/ |
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 | 22 export interface Config { counterName: string; } property
|
D | controller.ts | 43 where name like "${this.config.counterName}%"
|
/external/mesa3d/src/mesa/main/ |
D | performance_query.c | 331 const char *counterName; in _mesa_GetPerfCounterInfoINTEL() local 365 &counterName, in _mesa_GetPerfCounterInfoINTEL() 373 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 | 1099 … 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/ |
D | reflection.cpp | 1099 … 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/ |
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/mesa3d/include/GLES2/ |
D | gl2ext.h | 2437 …) (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/ |
D | gl2ext.h | 2444 …) (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/ |
D | glcorearb.h | 4749 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter… 4760 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
|
D | glext.h | 9259 …) (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/ |
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/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 13546 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar* counterName, GLuint counter…
|
/external/crosvm/gpu_renderer/src/generated/ |
D | epoxy_egl.rs | 15034 counterName: *mut GLchar,
|