Home
last modified time | relevance | path

Searched refs:getInteger (Results 1 – 25 of 95) sorted by relevance

1234

/external/deqp/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp47 static int getInteger (const glw::Functions& gl, deUint32 pname) in getInteger() function
56 static int getInteger (const glw::Functions& gl) in getInteger() function
58 return getInteger(gl, Pname); in getInteger()
319 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> }, in init()
320 { "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_VECTORS> }, in init()
323 { "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNIFORM_VECTORS> }, in init()
324 { "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> }, in init()
326 { "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS> }, in init()
327 { "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> }, in init()
328 { "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS> }, in init()
[all …]
Des31fNegativeVertexArrayApiTests.cpp102 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribf()
117 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribfv()
132 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribi4()
146 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribi4v()
173 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_pointer()
233 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_i_pointer()
265 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_format()
266 int maxVertexAttribRelativeOffset = ctx.getInteger(GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET); in vertex_attrib_format()
328 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_i_format()
329 int maxVertexAttribRelativeOffset = ctx.getInteger(GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET); in vertex_attrib_i_format()
[all …]
Des31fNegativeTextureApiTests.cpp102 int numMaxTextureUnits = ctx.getInteger(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in activetexture()
244 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1; in compressedteximage2d_max_level()
250 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; in compressedteximage2d_max_level()
338 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in compressedteximage2d_max_width_height()
339 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in compressedteximage2d_max_width_height()
695 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1; in copyteximage2d_max_level()
701 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; in copyteximage2d_max_level()
789 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in copyteximage2d_max_width_height()
790 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in copyteximage2d_max_width_height()
1024 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1; in copytexsubimage2d_max_level()
[all …]
Des31fShaderHelperInvocationTests.cpp146 static int getInteger (const glw::Functions& gl, deUint32 pname) in getInteger() function
230 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES); in FboHelper()
333 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES); in init()
492 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES); in init()
Des31fNegativeTestShared.hpp66 int getInteger (glw::GLenum pname) const;
/external/llvm-project/lld/Common/
DArgs.cpp29 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger() function
47 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger() function in lld::args
49 return ::getInteger(args, key, Default, 10); in getInteger()
54 return ::getInteger(args, key, Default, 16); in getHex()
/external/swiftshader/src/Main/
DSwiftConfig.cpp721 config.pixelShaderVersion = ini.getInteger("Capabilities", "PixelShaderVersion", 30); in readConfiguration()
722 config.vertexShaderVersion = ini.getInteger("Capabilities", "VertexShaderVersion", 30); in readConfiguration()
723 config.textureMemory = ini.getInteger("Capabilities", "TextureMemory", 256); in readConfiguration()
724 config.identifier = ini.getInteger("Capabilities", "Identifier", 0); in readConfiguration()
725 config.vertexRoutineCacheSize = ini.getInteger("Caches", "VertexRoutineCacheSize", 1024); in readConfiguration()
726 config.pixelRoutineCacheSize = ini.getInteger("Caches", "PixelRoutineCacheSize", 1024); in readConfiguration()
727 config.setupRoutineCacheSize = ini.getInteger("Caches", "SetupRoutineCacheSize", 1024); in readConfiguration()
728 config.vertexCacheSize = ini.getInteger("Caches", "VertexCacheSize", 64); in readConfiguration()
729 config.textureSampleQuality = ini.getInteger("Quality", "TextureSampleQuality", 2); in readConfiguration()
730 config.mipmapQuality = ini.getInteger("Quality", "MipmapQuality", 1); in readConfiguration()
[all …]
DFrameBufferWin.cpp61 int api = ini.getInteger("Testing", "FrameBufferAPI", 0); in createFrameBufferWin()
/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java587 newWidth = 1 + format.getInteger(MEDIA_FORMAT_KEY_CROP_RIGHT)
588 - format.getInteger(MEDIA_FORMAT_KEY_CROP_LEFT);
589 newHeight = 1 + format.getInteger(MEDIA_FORMAT_KEY_CROP_BOTTOM)
590 - format.getInteger(MEDIA_FORMAT_KEY_CROP_TOP);
592 newWidth = format.getInteger(MediaFormat.KEY_WIDTH);
593 newHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
609 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT);
620 stride = format.getInteger(MEDIA_FORMAT_KEY_STRIDE);
623 sliceHeight = format.getInteger(MEDIA_FORMAT_KEY_SLICE_HEIGHT);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java495 setInteger(view, attr, getInteger(Gravity.class, value)); in setProperty()
499 setInteger(view, attr, getInteger(InputType.class, value)); in setProperty()
521 int style = getInteger(Typeface.class, value); in setProperty()
555 setIntegerField(layout, "gravity", getInteger(Gravity.class, value)); in setLayoutProperty()
572 anchor = getInteger(RelativeLayout.class, value); in setLayoutProperty()
577 setIntegerField(layout, layoutAttr, getInteger(layout.getClass(), value)); in setLayoutProperty()
586 setInteger(view, "backgroundResource", getInteger(view, value)); in setBackground()
607 setInteger(view, "imageResource", getInteger(view, value)); in setImage()
722 m.invoke(view, mContext, getInteger(view, value)); in setDynamicProperty()
724 m.invoke(view, getInteger(view, value)); in setDynamicProperty()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp57 static int getInteger (const glw::Functions& gl, deUint32 pname) in getInteger() function
66 static int getInteger (const glw::Functions& gl) in getInteger() function
68 return getInteger(gl, Pname); in getInteger()
1120 { "max_vertex_attribs", "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> }, in init()
1121 …{ "max_vertex_uniform_vectors", "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_… in init()
1122 …{ "max_fragment_uniform_vectors", "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNI… in init()
1123 …{ "max_texture_image_units", "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS>… in init()
1124 …{ "max_vertex_texture_image_units", "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEX… in init()
1125 …{ "max_combined_texture_image_units", "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINE… in init()
1126 { "max_draw_buffers", "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> }, in init()
[all …]
/external/webrtc/sdk/android/tests/src/org/webrtc/
DFakeMediaCodecWrapper.java184 final int width = configuredFormat.getInteger(MediaFormat.KEY_WIDTH); in configure()
185 final int height = configuredFormat.getInteger(MediaFormat.KEY_HEIGHT); in configure()
191 final int colorFormat = configuredFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in configure()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithNullValuesTest.java46 assertNotNull(parsed.getInteger()); in testNotNull()
57 assertNotNull(parsed.getInteger()); in testNotNull()
125 assertEquals(new Integer(1), parsed.getInteger()); in testNoRootTag()
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h454 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
566 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
567 return cast<FixedVectorType>(VectorType::getInteger(VTy)); in getInteger()
614 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
615 return cast<ScalableVectorType>(VectorType::getInteger(VTy)); in getInteger()
/external/llvm-project/clang/test/Import/forward-declared-objc-class/Inputs/
DS2.m5 -(int)getInteger; method
/external/llvm-project/lld/wasm/
DDriver.cpp380 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in readConfigs()
381 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs()
386 config->optimize = args::getInteger(args, OPT_O, 0); in readConfigs()
412 config->initialMemory = args::getInteger(args, OPT_initial_memory, 0); in readConfigs()
413 config->globalBase = args::getInteger(args, OPT_global_base, 1024); in readConfigs()
414 config->maxMemory = args::getInteger(args, OPT_max_memory, 0); in readConfigs()
845 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in link()
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java81 mRepeatCount = a.getInteger(R.styleable.SkottieView_android_repeatCount, 0); in SkottieView()
83 switch (a.getInteger(R.styleable.SkottieView_backing_view, -1)) { in SkottieView()
/external/emma/core/java12/com/vladium/util/
DIntegerFactory.java22 public static Integer getInteger (final int value) in getInteger() method in IntegerFactory
/external/llvm-project/clang/test/Import/forward-declared-objc-class/
Dtest.m4 const int i = [c getInteger];
/external/swiftshader/src/System/
DConfigurator.cpp217 int Configurator::getInteger(string keyName, string valueName, int defaultValue) const in getInteger() function in sw::Configurator
228 return getInteger(keyName, valueName, (int)defaultValue) != 0; in getBoolean()
/external/swiftshader/src/Common/
DConfigurator.cpp216 int Configurator::getInteger(string keyName, string valueName, int defaultValue) const in getInteger() function in sw::Configurator
227 return getInteger(keyName, valueName, (int)defaultValue) != 0; in getBoolean()
/external/llvm-project/lld/include/lld/Common/
DArgs.h28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
/external/dagger2/javatests/dagger/functional/kotlin/
DCompanionModuleTest.java41 assertThat(component.getInteger()).isEqualTo(2); in verifyCompanionModule()
DTestComponentWithCompanionModule.kt31 fun getInteger(): Int in getDataA() method
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRenderer.java405 mediaFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT), in onOutputMediaFormatChanged()
410 encoding = Util.getPcmEncoding(outputMediaFormat.getInteger(VIVO_BITS_PER_SAMPLE_KEY)); in onOutputMediaFormatChanged()
415 int channelCount = mediaFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT); in onOutputMediaFormatChanged()
416 int sampleRate = mediaFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE); in onOutputMediaFormatChanged()

1234