Home
last modified time | relevance | path

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

12

/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()
308 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> }, in init()
309 { "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_VECTORS> }, in init()
312 { "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNIFORM_VECTORS> }, in init()
313 { "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> }, in init()
315 { "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS> }, in init()
316 { "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> }, in init()
317 { "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS> }, in init()
[all …]
Des31fNegativeVertexArrayApiTests.cpp65 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribf()
80 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribfv()
95 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribi4()
109 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribi4v()
129 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_pointer()
184 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_i_pointer()
218 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_format()
219 int maxVertexAttribRelativeOffset = ctx.getInteger(GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET); in vertex_attrib_format()
281 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attrib_i_format()
282 int maxVertexAttribRelativeOffset = ctx.getInteger(GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET); in vertex_attrib_i_format()
[all …]
Des31fNegativeTextureApiTests.cpp96 int numMaxTextureUnits = ctx.getInteger(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in activetexture()
238 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1; in compressedteximage2d_max_level()
244 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; in compressedteximage2d_max_level()
332 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in compressedteximage2d_max_width_height()
333 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in compressedteximage2d_max_width_height()
686 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1; in copyteximage2d_max_level()
692 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1; in copyteximage2d_max_level()
780 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in copyteximage2d_max_width_height()
781 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1; in copyteximage2d_max_width_height()
1012 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1; in copytexsubimage2d_max_level()
[all …]
Des31fNegativeTestShared.hpp66 int getInteger (glw::GLenum pname) const;
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.cpp77 int NegativeTestContext::getInteger (GLenum pname) const in getInteger() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
/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/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java541 int new_width = format.getInteger(MediaFormat.KEY_WIDTH); in dequeueOutputBuffer()
542 int new_height = format.getInteger(MediaFormat.KEY_HEIGHT); in dequeueOutputBuffer()
547 width = format.getInteger(MediaFormat.KEY_WIDTH); in dequeueOutputBuffer()
548 height = format.getInteger(MediaFormat.KEY_HEIGHT); in dequeueOutputBuffer()
551 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in dequeueOutputBuffer()
558 stride = format.getInteger("stride"); in dequeueOutputBuffer()
561 sliceHeight = format.getInteger("slice-height"); in dequeueOutputBuffer()
/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()
1096 { "max_vertex_attribs", "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> }, in init()
1097 …{ "max_vertex_uniform_vectors", "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_… in init()
1098 …{ "max_fragment_uniform_vectors", "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNI… in init()
1099 …{ "max_texture_image_units", "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS>… in init()
1100 …{ "max_vertex_texture_image_units", "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEX… in init()
1101 …{ "max_combined_texture_image_units", "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINE… in init()
1102 { "max_draw_buffers", "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> }, in init()
[all …]
/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()
DJavaBeanWithNullValues.java43 public Integer getInteger() { in getInteger() method in JavaBeanWithNullValues
/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncHttpConnection.java40 …private final static int NO_PROGRESS_INFO = Integer.getInteger("org.mortbay.jetty.NO_PROGRESS_INFO…
41 …private final static int NO_PROGRESS_CLOSE = Integer.getInteger("org.mortbay.jetty.NO_PROGRESS_CLO…
/external/emma/core/java12/com/vladium/util/
DIntegerFactory.java22 public static Integer getInteger (final int value) in getInteger() method in IntegerFactory
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTypedArray.java33 public int getInteger(int index, int defValue) { in getInteger() method in ShadowTypedArray
DShadowResources.java185 public int getInteger(int id) throws Resources.NotFoundException { in getInteger() method in ShadowResources
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTypedArrayTest.java39 assertThat(typedArray.getInteger(0, 24), equalTo(24)); in testIntDefaultValue()
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSelectorManager.java63 …private static final int __MONITOR_PERIOD=Integer.getInteger("org.eclipse.jetty.io.nio.MONITOR_PER…
64 …private static final int __MAX_SELECTS=Integer.getInteger("org.eclipse.jetty.io.nio.MAX_SELECTS",1…
65 …private static final int __BUSY_PAUSE=Integer.getInteger("org.eclipse.jetty.io.nio.BUSY_PAUSE",50)…
66 …private static final int __IDLE_TICK=Integer.getInteger("org.eclipse.jetty.io.nio.IDLE_TICK",400).…
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DTestBean1.java53 public Integer getInteger() { in getInteger() method in TestBean1
DBeanConstructorTest.java38 assertEquals(new Integer(5), result.getInteger()); in testPrimitivesConstructor()
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java403 public Object getInteger(int i) { in getInteger() method in ArrayAccessReplaceTest.Complex
411 ((Object[])ns)[1] = getInteger(x); in complexRead()
/external/proguard/src/proguard/gui/
Ddefault.pro125 public static java.lang.Integer getInteger(java.lang.String);
126 public static java.lang.Integer getInteger(java.lang.String,int);
127 public static java.lang.Integer getInteger(java.lang.String,java.lang.Integer);
Dboilerplate.pro188 public static java.lang.Integer getInteger(java.lang.String);
189 public static java.lang.Integer getInteger(java.lang.String,int);
190 public static java.lang.Integer getInteger(java.lang.String,java.lang.Integer);
/external/llvm/include/llvm/IR/
DDerivedTypes.h374 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
/external/jetty/src/java/org/eclipse/jetty/io/
DByteArrayBuffer.java36 …final static int MAX_WRITE=Integer.getInteger("org.eclipse.jetty.io.ByteArrayBuffer.MAX_WRITE",128…
/external/jetty/src/java/org/eclipse/jetty/servlets/
DMultiPartFilter.java99 …private int _maxFormKeys = Integer.getInteger("org.eclipse.jetty.server.Request.maxFormKeys",1000)…

12