HomeSort by relevance Sort by last modified time
    Searched refs:counterIndex (Results 1 - 7 of 7) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.h 60 glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), type(pType.clone()) { }
74 if (counterIndex != -1)
75 printf(", counter %d", counterIndex);
86 int counterIndex;
reflection.cpp 727 indexToUniformBlock[i].counterIndex = index;
    [all...]
ShaderLang.cpp     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 245 public InvokeCounter getInvokeCounter(int counterIndex) {
246 if (mInvokeCounterMap.get(counterIndex) == null) {
247 mInvokeCounterMap.put(counterIndex,
248 new InvokeCounter(getCounterLabel(counterIndex)));
250 return mInvokeCounterMap.get(counterIndex);
318 private static String getCounterLabel(int counterIndex) {
319 switch (counterIndex) {
  /external/caliper/lib/
java-allocation-instrumenter-2.0.jar 
  /external/mesa3d/src/mesa/main/
performance_monitor.c 886 unsigned counterIndex;
904 counterIndex = counterid_to_index(counterId);
905 counter_obj = get_counter(group_obj, counterIndex);
942 for (i = 0; i < counterIndex; ++i) {
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 267 milliseconds