Home
last modified time | relevance | path

Searched refs:getInt (Results 201 - 225 of 430) sorted by relevance

12345678910>>...18

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp764 case glu::TYPE_FLOAT: *((float*)compPtr) = (float)rnd.getInt(-9, 9); break; in generateValue()
765 case glu::TYPE_INT: *((int*)compPtr) = rnd.getInt(-9, 9); break; in generateValue()
766 case glu::TYPE_UINT: *((deUint32*)compPtr) = (deUint32)rnd.getInt(0, 9); break; in generateValue()
767 case glu::TYPE_INT8: *((deInt8*)compPtr) = (deInt8)rnd.getInt(-9, 9); break; in generateValue()
768 case glu::TYPE_UINT8: *((deUint8*)compPtr) = (deUint8)rnd.getInt(0, 9); break; in generateValue()
769 case glu::TYPE_INT16: *((deInt16*)compPtr) = (deInt16)rnd.getInt(-9, 9); break; in generateValue()
770 case glu::TYPE_UINT16: *((deUint16*)compPtr) = (deUint16)rnd.getInt(0, 9); break; in generateValue()
771 case glu::TYPE_FLOAT16: *((deFloat16*)compPtr) = deFloat32To16((float)rnd.getInt(-9, 9)); break; in generateValue()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp889 GLint x = rnd.getInt(-64000, 64000); in test()
890 GLint y = rnd.getInt(-64000, 64000); in test()
891 GLsizei width = rnd.getInt(0, maxViewportDimensions[0]); in test()
892 GLsizei height = rnd.getInt(0, maxViewportDimensions[1]); in test()
936 GLint left = rnd.getInt(-64000, 64000); in test()
937 GLint bottom = rnd.getInt(-64000, 64000); in test()
938 GLsizei width = rnd.getInt(0, 64000); in test()
939 GLsizei height = rnd.getInt(0, 64000); in test()
H A Des2fBufferObjectQueryTests.cpp200 const GLint len = rnd.getInt(0, 1024); in testBuffer()
H A Des2fVertexTextureTests.cpp562 const int viewportXOffset = rnd.getInt(0, viewportXOffsetMax); in iterate()
563 const int viewportYOffset = rnd.getInt(0, viewportYOffsetMax); in iterate()
885 const int viewportXOffset = rnd.getInt(0, viewportXOffsetMax); in iterate()
886 const int viewportYOffset = rnd.getInt(0, viewportYOffsetMax); in iterate()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java363 switch (sysBundle.getInt()) { in getMeasurementSystem()
/third_party/icu/icu4c/source/common/
H A Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleData.java352 switch (sysBundle.getInt()) { in getMeasurementSystem()
/third_party/node/deps/icu-small/source/common/
H A Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DReceiver.java185 == Settings.Global.getInt(context.getContentResolver(), in updateDeveloperOptionsWatcher()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h93 int64_t getInt() const { return Constant.Int; } in getInt() function in llvm::DbgValueLoc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp204 MPWriter.write(Node.getInt()); in writeToBlob()
H A DMsgPackDocumentYAML.cpp79 Err = yaml::ScalarTraits<int64_t>::input(S, nullptr, getInt()); in fromString()
/third_party/skia/third_party/externals/icu/source/common/
H A Dresbund.cpp272 int32_t ResourceBundle::getInt(UErrorCode& status) const { in getInt() function in ResourceBundle
H A Duresdata.h531 virtual int32_t getInt(UErrorCode &errorCode) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFunctionExtras.h124 bool isInlineStorage() const { return CallbackAndInlineFlag.getInt(); } in isInlineStorage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h113 bool mayAlias() const { return getInt(); } in mayAlias()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractProto2SchemaTest.java102 Proto2Message.FieldGroup69.newBuilder().setFieldInt3270(data().getInt())) in oneofFieldsShouldRoundtrip()
H A DAbstractProto2LiteSchemaTest.java103 Proto2MessageLite.FieldGroup69.newBuilder().setFieldInt3270(data().getInt())) in oneofFieldsShouldRoundtrip()
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DCorrectnessActivity.java152 drawableId = field.getInt(clz); in getRawIDs()
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp226 int ContextInfo::getInt (int param) const in getInt() function in glu::ContextInfo
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java450 size += CodedOutputStream.computeEnumSizeNoTag(primitiveList.getInt(i)); in computeSizeEnumListNoTag()
486 size += CodedOutputStream.computeInt32SizeNoTag(primitiveList.getInt(i)); in computeSizeInt32ListNoTag()
522 size += CodedOutputStream.computeUInt32SizeNoTag(primitiveList.getInt(i)); in computeSizeUInt32ListNoTag()
558 size += CodedOutputStream.computeSInt32SizeNoTag(primitiveList.getInt(i)); in computeSizeSInt32ListNoTag()
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.cpp562 int x = m_random.getInt(0, m_renderCtx.getRenderTarget().getWidth() - VIEWPORT_WIDTH); in iterate()
563 int y = m_random.getInt(0, m_renderCtx.getRenderTarget().getHeight() - VIEWPORT_HEIGHT); in iterate()
1151 int x = m_random.getInt(0, m_renderCtx.getRenderTarget().getWidth() - VIEWPORT_WIDTH); in iterate()
1152 int y = m_random.getInt(0, m_renderCtx.getRenderTarget().getHeight() - VIEWPORT_HEIGHT); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp625 *((float*)compPtr) = (float)rnd.getInt(-9, 9); in generateValue()
628 *((int*)compPtr) = rnd.getInt(-9, 9); in generateValue()
631 *((deUint32*)compPtr) = (deUint32)rnd.getInt(0, 9); in generateValue()
1476 int bindingAlignment = m_context.getContextInfo().getInt(GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT); in iterate()
1866 const int viewportX = rnd.getInt(0, renderTarget.getWidth() - viewportW); in render()
1867 const int viewportY = rnd.getInt(0, renderTarget.getHeight() - viewportH); in render()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp688 bool IsWrite = Access.getInt(); in createCheckForAccess()
830 (A.getInt() ? "write" : (ReadOnlyPtr.count(A.getPointer()) ? in processMemAccesses()
867 bool IsWrite = AC.getInt(); in processMemAccesses()
1450 bool AIsWrite = A.getInt(); in isDependent()
1451 bool BIsWrite = B.getInt(); in isDependent()
1658 bool AIIsWrite = AI->getInt(); in areDepsSafe()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp843 config.viewportSize.x() = rnd.getInt(MIN_VIEWPORT_SIZE, de::min<int>(renderTargetSize.x(), MAX_VIEWPORT_SIZE));
844 config.viewportSize.y() = rnd.getInt(MIN_VIEWPORT_SIZE, de::min<int>(renderTargetSize.y(), MAX_VIEWPORT_SIZE));
845 config.viewportPos.x() = rnd.getInt(0, renderTargetSize.x() - config.viewportSize.x());
846 config.viewportPos.y() = rnd.getInt(0, renderTargetSize.y() - config.viewportSize.y());
3568 const int srcWidth = rnd.getInt(1, unionSize.x());
3569 const int srcHeight = rnd.getInt(1, unionSize.y());
3570 const int srcX = rnd.getInt(0, unionSize.x() - srcWidth);
3571 const int srcY = rnd.getInt(0, unionSize.y() - srcHeight);
3582 const int srcWidth = rnd.getInt(1, srcSize.x());
3583 const int srcHeight = rnd.getInt(
[all...]

Completed in 35 milliseconds

12345678910>>...18