/external/deqp/framework/delibs/decpp/ |
D | deBlockBuffer.hpp | 175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) in writeToCurrentBlock() 218 int BlockBuffer<T>::readFromCurrentBlock (int numElements, T* elements, bool blocking) in readFromCurrentBlock() 267 int BlockBuffer<T>::tryWrite (int numElements, const T* elements) in tryWrite() 295 void BlockBuffer<T>::write (int numElements, const T* elements) in write() 348 int BlockBuffer<T>::tryRead (int numElements, T* elements) in tryRead() 374 void BlockBuffer<T>::read (int numElements, T* elements) in read()
|
D | deArrayBuffer.hpp | 84 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (size_t numElements) in ArrayBuffer() 103 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const T* ptr, size_t numElements) in ArrayBuffer() 170 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements) in setStorage()
|
D | deAppendList.cpp | 58 deUint32 numElements; member 97 void runAppendListTest (deUint32 numThreads, deUint32 numElements, deUint32 numElementsHint) in runAppendListTest()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | CollectionSize.java | 70 private final Integer numElements; field in CollectionSize 72 CollectionSize(int numElements) { in CollectionSize()
|
/external/libchrome/mojo/public/js/lib/ |
D | validator.js | 568 function(offset, numElements, nullable) { argument 580 function(offset, numElements, nullable) { argument 592 function(offset, numElements, nullable) { argument 604 function(offset, numElements, nullable) { argument 617 function(offset, numElements, nullable) { argument 632 function(offset, numElements, elementClass, nullable, argument 647 function(offset, numElements, structClass, nullable) { argument 659 Validator.prototype.validateEnumElements = argument
|
/external/freetype/src/psaux/ |
D | psarrst.c | 96 size_t numElements ) in cf2_arrstack_setNumElements() 141 size_t numElements ) in cf2_arrstack_setCount()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 48 int numElements = (int)a.getType().getNumElements(); in compareValueRangesAllTrue() local 57 int numElements = (int)a.getType().getNumElements(); in compareValueRangesAllTrue() local 213 int numElements = (int)a.getType().getNumElements(); in computeIntersection() local 219 int numElements = (int)a.getType().getNumElements(); in computeIntersection() local
|
D | rsgVariableType.hpp | 186 inline VariableType::VariableType (Type baseType, int numElements) in VariableType() 196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType()
|
D | rsgUtils.cpp | 95 int numElements = type.getNumElements(); in computeRandomValue() local 332 int numElements = type.getNumElements(); in computeRangeLengthSum() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | FixedTableModel.java | 58 private int numElements; field in FixedTableModel.FixedTableModelIterator 60 protected FixedTableModelIterator(FixedTableModel model, RectF tableRect, int numElements) { in FixedTableModelIterator()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DVertexDeclaration9.hpp | 54 int numElements; member in D3D9::Direct3DVertexDeclaration9
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | EdgeProfiling.c | 39 unsigned *arrayStart, unsigned numElements) { in llvm_start_edge_profiling()
|
D | OptimalEdgeProfiling.c | 39 unsigned *arrayStart, unsigned numElements) { in llvm_start_opt_edge_profiling()
|
D | BasicBlockTracing.c | 50 unsigned *arrayStart, unsigned numElements) { in llvm_start_basic_block_tracing()
|
/external/skqp/src/gpu/vk/ |
D | GrVkVaryingHandler.cpp | 88 int numElements = 1; in finalize_helper() local
|
/external/skia/src/gpu/vk/ |
D | GrVkVaryingHandler.cpp | 88 int numElements = 1; in finalize_helper() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | Queues.java | 260 public static <E> int drain(BlockingQueue<E> q, Collection<? super E> buffer, int numElements, in drain() 301 int numElements, long timeout, TimeUnit unit) { in drainUninterruptibly()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_P_A_L_.py | 56 def _decompileUInt16Array(self, data, offset, numElements): argument 64 def _decompileUInt32Array(self, data, offset, numElements): argument
|
/external/deqp/framework/delibs/depool/ |
D | dePoolHash.c | 117 int numElements = deTestHash_getNumElements(hash); in dePoolHash_selfTest() local
|
D | dePoolArray.h | 43 int numElements; /*!< Number of elements in the array. */ member
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmLoopDepLenTests.cpp | 165 const int numElements = 100; in getComputeShaderSpec() local
|
D | vktSpvAsmLoopDepInfTests.cpp | 149 const int numElements = 100; in getComputeShaderSpec() local
|
D | vktSpvAsmUboMatrixPaddingTests.cpp | 49 const int numElements = 128; in addComputeUboMatrixPaddingTest() local
|
D | vktSpvAsmVariableInitTests.cpp | 161 const int numElements = numFloats / numComponents; in addComputeVariableInitPrivateTest() local 245 const int numElements = numFloats / numComponents; in addGraphicsVariableInitPrivateTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.hpp | 84 vk::VkDeviceSize numElements; member
|