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

12

/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp47 static int getInteger (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles31::Functional::__anon3669
56 static int getInteger (const glw::Functions& gl) function in namespace:deqp::gles31::Functional::__anon3669
58 return getInteger(gl, Pname);
286 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
287 { "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_VECTORS> },
290 { "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNIFORM_VECTORS> },
291 { "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> },
293 { "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS> },
294 { "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> },
295 { "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNIT
[all...]
H A Des31fNegativeTestShared.cpp76 int NegativeTestContext::getInteger (GLenum pname) const function in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
H A Des31fNegativeTestShared.hpp65 int getInteger (glw::GLenum pname) const;
H A Des31fNegativeTextureApiTests.cpp95 int numMaxTextureUnits = ctx.getInteger(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
197 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1;
203 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1;
291 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1;
292 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1;
527 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1;
533 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1;
621 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1;
622 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1;
823 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZ
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp62 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
77 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
92 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
106 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
126 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
181 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
216 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
225 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
259 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
H A Des31fShaderHelperInvocationTests.cpp146 static int getInteger (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles31::Functional::__anon3675
230 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES);
333 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES);
492 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES);
H A Des31fNegativeShaderApiTests.cpp719 GLuint maxIndex = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
/external/emma/core/java12/com/vladium/util/
H A DIntegerFactory.java22 public static Integer getInteger (final int value) method in class:IntegerFactory
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAppSettings.java297 public int getInteger(String key) { method in class:AppSettings
588 return getInteger("FrameRate");
612 return getInteger("Width");
620 return getInteger("Height");
628 return getInteger("BitsPerPixel");
636 return getInteger("Frequency");
644 return getInteger("DepthBits");
652 return getInteger("StencilBits");
660 return getInteger("Samples");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedArray.java33 public int getInteger(int index, int defValue) { method in class:ShadowTypedArray
H A DShadowResources.java185 public int getInteger(int id) throws Resources.NotFoundException { method in class:ShadowResources
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTypedArrayTest.java39 assertThat(typedArray.getInteger(0, 24), equalTo(24));
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncHttpConnection.java40 private final static int NO_PROGRESS_INFO = Integer.getInteger("org.mortbay.jetty.NO_PROGRESS_INFO",100);
41 private final static int NO_PROGRESS_CLOSE = Integer.getInteger("org.mortbay.jetty.NO_PROGRESS_CLOSE",200);
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp57 static int getInteger (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles3::Functional
66 static int getInteger (const glw::Functions& gl) function in namespace:deqp::gles3::Functional
68 return getInteger(gl, Pname);
1096 { "max_vertex_attribs", "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
1097 { "max_vertex_uniform_vectors", "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_VECTORS> },
1098 { "max_fragment_uniform_vectors", "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNIFORM_VECTORS> },
1099 { "max_texture_image_units", "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS> },
1100 { "max_vertex_texture_image_units", "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS> },
1101 { "max_combined_texture_image_units", "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> },
1102 { "max_draw_buffers", "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFER
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSelectorManager.java63 private static final int __MONITOR_PERIOD=Integer.getInteger("org.eclipse.jetty.io.nio.MONITOR_PERIOD",1000).intValue();
64 private static final int __MAX_SELECTS=Integer.getInteger("org.eclipse.jetty.io.nio.MAX_SELECTS",100000).intValue();
65 private static final int __BUSY_PAUSE=Integer.getInteger("org.eclipse.jetty.io.nio.BUSY_PAUSE",50).intValue();
66 private static final int __IDLE_TICK=Integer.getInteger("org.eclipse.jetty.io.nio.IDLE_TICK",400).intValue();
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java403 public Object getInteger(int i) { method in class:ArrayAccessReplaceTest.Complex
411 ((Object[])ns)[1] = getInteger(x);
/external/jetty/src/java/org/eclipse/jetty/io/
H A DByteArrayBuffer.java36 final static int MAX_WRITE=Integer.getInteger("org.eclipse.jetty.io.ByteArrayBuffer.MAX_WRITE",128*1024);
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DMultiPartFilter.java99 private int _maxFormKeys = Integer.getInteger("org.eclipse.jetty.server.Request.maxFormKeys",1000).intValue();
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h373 /// VectorType::getInteger - This static method gets a VectorType with the
377 static VectorType *getInteger(VectorType *VTy) { function in class:llvm::VectorType
385 /// getInteger except that the element types are twice as wide as the
395 /// getInteger except that the element types are half as wide as the
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp76 GLint getInteger (ContextWrapper& gl, GLenum queryParam) function in namespace:deqp::gls::LifetimeTests::details
143 return getInteger(*this, m_bindingParam);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DContextHandler.java143 private int _maxFormKeys = Integer.getInteger("org.eclipse.jetty.server.Request.maxFormKeys",-1).intValue();
144 private int _maxFormContentSize = Integer.getInteger("org.eclipse.jetty.server.Request.maxFormContentSize",-1).intValue();
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpFields.java314 private static int __cacheSize = Integer.getInteger("org.eclipse.jetty.http.HttpFields.CACHE",2000);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 611 milliseconds

12