HomeSort by relevance Sort by last modified time
    Searched defs:numReads (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/os/
SystemProperties.java 66 MutableInt numReads = sRoReads.getOrDefault(key, null);
67 if (numReads == null) {
68 numReads = new MutableInt(0);
69 sRoReads.put(key, numReads);
71 numReads.value++;
72 if (numReads.value > 3) {
73 Log.d(TAG, "Repeated read (count=" + numReads.value
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 715 void getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const;
780 void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const
807 for (int readNdx = 0; readNdx < numReads; readNdx++)
814 declareUniformIndexVars(global, indicesPrefix, numReads);
816 for (int readNdx = 0; readNdx < numReads; readNdx++)
822 for (int readNdx = 0; readNdx < numReads; readNdx++)
845 const int numReads = 4;
846 vector<int> readIndices (numReads);
848 vector<deUint32> outValues (numInvocations*numReads);
852 for (int readNdx = 0; readNdx < numReads; readNdx++
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 

Completed in 281 milliseconds