Home
last modified time | relevance | path

Searched defs:arraySize (Results 101 – 125 of 1123) sorted by relevance

12345678910>>...45

/aosp_15_r20/frameworks/rs/cpp/
H A DElement.cpp431 …ent::Builder::add(const android::RSC::sp<const Element>&e, const char * name, uint32_t arraySize) { in add()
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp726 for (unsigned int arraySize : var.arraySizes) in PrintVariable() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dspv_utils.h70 uint32_t arraySize = kInvalid; member
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DMultiLineChart.java86 int arraySize = (numPoints - 1) * 4; in drawTrace() local
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java94 SmallSortedMap<FieldDescriptorType, Object> newFieldMap(int arraySize) { in newFieldMap()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java94 SmallSortedMap<FieldDescriptorType, Object> newFieldMap(int arraySize) { in newFieldMap()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp869 const int arraySize = in accumulateComplexType() local
1085 …const int arraySize = (type.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (type.getArrayS… in getBufferVariableSize() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderVars.cpp192 unsigned int arraySize = arraySizes[arraySizes.size() - 1u - arrayNestingIndex]; in getNestedArraySize() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderStructTests.cpp1189 …(const glw::Functions &gl, uint32_t programID, const char *name, const float *value, int arraySize) in setUniform()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.cpp46 VarType::VarType(const VarType &elementType, int arraySize) : m_type(VARTYPE_ARRAY) in VarType()
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/
H A DVideoEncoderRoiTest.java203 int arraySize = (alignedWidth / BLOCK_WD) * (alignedHeight / BLOCK_HT); in enqueueInput() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java342 int arraySize = Ints.checkedCast(LongMath.divide(numBits, 64, RoundingMode.CEILING)); in testBitSize() local
/aosp_15_r20/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp53 constexpr size_t arraySize(const T (&)[N]) { in arraySize() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStructTests.cpp1259 …(const glw::Functions &gl, uint32_t programID, const char *name, const float *value, int arraySize) in setUniform()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java342 int arraySize = Ints.checkedCast(LongMath.divide(numBits, 64, RoundingMode.CEILING)); in testBitSize() local
/aosp_15_r20/device/google/trout/hal/sensors/2.1/
DSensor.cpp344 int arraySize = in setSensorPlacementData() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp1263 …(const glw::Functions &gl, uint32_t programID, const char *name, const float *value, int arraySize) in setUniform()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dcl_types.h171 size_t arraySize; member
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DInitOutputVariables_test.cpp78 unsigned arraySize) in CreateIndexedLValueNodeList()
/aosp_15_r20/external/minigbm/external/
H A Dvirtgpu_gfxstream_protocol.h99 uint32_t arraySize; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp237 int arraySize; member
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/platform/include/
H A Dvirtgpu_gfxstream_protocol.h91 uint32_t arraySize; member
/aosp_15_r20/hardware/google/gfxstream/host/
Dvirtgpu_gfxstream_protocol.h103 uint32_t arraySize; member
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp571 unsigned int arraySize = *it; in enterArray() local
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h290 unsigned int arraySize; member

12345678910>>...45