Searched refs:getInteger (Results 1 - 25 of 39) 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::__anon19507
56 static int getInteger (const glw::Functions& gl) function in namespace:deqp::gles31::Functional::__anon19507
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.cpp74 int NegativeTestContext::getInteger (GLenum pname) const function in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
H A Des31fNegativeTestShared.hpp59 int getInteger (glw::GLenum pname) const;
H A Des31fNegativeTextureApiTests.cpp94 int numMaxTextureUnits = ctx.getInteger(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
196 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1;
202 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1;
290 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1;
291 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1;
526 deUint32 log2MaxTextureSize = deLog2Floor32(ctx.getInteger(GL_MAX_TEXTURE_SIZE)) + 1;
532 deUint32 log2MaxCubemapSize = deLog2Floor32(ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE)) + 1;
620 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1;
621 int maxCubemapSize = ctx.getInteger(GL_MAX_CUBE_MAP_TEXTURE_SIZE) + 1;
822 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.cpp117 static int getInteger (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles31::Functional::__anon19513
199 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES);
300 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES);
444 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES);
/external/emma/core/java12/com/vladium/util/
H A DIntegerFactory.java22 public static Integer getInteger (final int value) method in class:IntegerFactory
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dpage_list_view.js147 this.shownPage = loadTimeData.getInteger('shown_page_type');
148 this.shownPageIndex = loadTimeData.getInteger('shown_page_index');
157 if (this.shownPage == loadTimeData.getInteger('apps_page_id')) {
159 loadTimeData.getInteger('most_visited_page_id'), 0);
451 this.setShownPage_(loadTimeData.getInteger('apps_page_id'),
494 this.shownPage != loadTimeData.getInteger('apps_page_id');
513 if (this.shownPage == loadTimeData.getInteger('suggestions_page_id')) {
517 this.shownPage = loadTimeData.getInteger('most_visited_page_id');
519 if (this.shownPage == loadTimeData.getInteger('most_visited_page_id')) {
523 this.shownPage = loadTimeData.getInteger('apps_page_i
[all...]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DWebRTCDemo.java103 mediaEngine.setAudioRxPort(getResources().getInteger(
105 mediaEngine.setAudioTxPort(getResources().getInteger(
116 mediaEngine.setVideoCodec(getResources().getInteger(
120 mediaEngine.setVideoTxPort(getResources().getInteger(
122 mediaEngine.setVideoRxPort(getResources().getInteger(
125 mediaEngine.setViewSelection(getResources().getInteger(
208 return getResources().getInteger(R.integer.call_restart_periodicity_ms);
H A DSettingsMenuFragment.java94 getResources().getInteger(R.integer.openGl)) {
97 getResources().getInteger(R.integer.surfaceView)) {
161 getResources().getInteger(R.integer.openGl));
165 getResources().getInteger(R.integer.surfaceView));
169 getResources().getInteger(R.integer.mediaCodec));
H A DMediaEngine.java441 context.getResources().getInteger(R.integer.openGl)) {
444 context.getResources().getInteger(R.integer.surfaceView)) {
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DWebAudioMediaCodecBridge.java63 int inputChannelCount = format.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
70 int sampleRate = format.getInteger(MediaFormat.KEY_SAMPLE_RATE);
185 outputChannelCount = newFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
186 sampleRate = newFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE);
H A DMediaCodecBridge.java332 return mMediaCodec.getOutputFormat().getInteger(MediaFormat.KEY_HEIGHT);
337 return mMediaCodec.getOutputFormat().getInteger(MediaFormat.KEY_WIDTH);
560 int sampleRate = format.getInteger(MediaFormat.KEY_SAMPLE_RATE);
561 int channelCount = format.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
/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/chromium_org/ui/webui/resources/js/
H A Dload_time_data.js95 getInteger: function(id) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTypedArrayTest.java39 assertThat(typedArray.getInteger(0, 24), equalTo(24));
/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/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp357 bool getInteger(const Dictionary& raw, const char* propertyName, double& value, double minValue, double maxValue, const ErrorContext& context, AlgorithmError* error) function in namespace:WebCore::__anon10470
374 if (!getInteger(raw, propertyName, number, 0, 0xFFFFFFFF, context, error))
383 if (!getInteger(raw, propertyName, number, 0, 0xFFFF, context, error))
392 if (!getInteger(raw, propertyName, number, 0, 0xFF, context, error))
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp270 static unsigned long long getInteger(MediaQueryInputStream& input, unsigned& offset) function
325 unsigned long long integerPart = getInteger(m_input, offset);
/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/llvm/include/llvm/IR/
H A DDerivedTypes.h370 /// VectorType::getInteger - This static method gets a VectorType with the
374 static VectorType *getInteger(VectorType *VTy) { function in class:llvm::VectorType
382 /// getInteger except that the element types are twice as wide as the
392 /// getInteger except that the element types are half as wide as the
/external/smack/src/org/xbill/DNS/
H A DResolverConfig.java373 int bufSize = Integer.getInteger(property, defaultBufSize).intValue();
/external/smack/src/com/kenai/jbosh/
H A DBOSHClient.java139 private static final int EMPTY_REQUEST_DELAY = Integer.getInteger(
154 private static final int PAUSE_MARGIN = Integer.getInteger(
/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);

Completed in 654 milliseconds

12