Home
last modified time | relevance | path

Searched refs:getIntegerv (Results 1 – 25 of 81) sorted by relevance

1234

/external/deqp/framework/opengl/
DgluContextInfo.cpp183 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in operator ()()
200 gl.getIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats); in operator ()()
204 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]); in operator ()()
228 m_context.getFunctions().getIntegerv(param, &val); in getInt()
DgluStateReset.cpp50 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays); in resetStateES()
113 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &numSampleMaskWords); in resetStateES()
129 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numTexUnits); in resetStateES()
316 gl.getIntegerv(GL_MAX_DRAW_BUFFERS, &numDrawBuffers); in resetStateES()
421 gl.getIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in resetStateES()
434 gl.getIntegerv (GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS, &maxAtomicCounterBufferBindings); in resetStateES()
443 gl.getIntegerv (GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in resetStateES()
457 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays); in resetStateES()
470 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, &numTransformFeedbackSeparateAttribs); in resetStateES()
531 gl.getIntegerv(GL_MAX_IMAGE_UNITS, &numImageUnits); in resetStateES()
[all …]
DgluES3PlusWrapperContext.cpp169 static GLW_APICALL void GLW_APIENTRY getIntegerv (deUint32 pname, deInt32* params) in getIntegerv() function
178 context->gl.getIntegerv(pname, params); in getIntegerv()
512 dst->getIntegerv = getIntegerv; in initFunctions()
602 dst->getIntegerv(GL_NUM_EXTENSIONS, &numExts); in initFunctions()
DgluRenderContext.cpp200 TCU_CHECK(gl.getIntegerv && gl.getStringi); in getExtensions()
202 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in getExtensions()
DgluFboRenderContext.cpp198 gl.getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxSize); in createFramebuffer()
DgluES3PlusWrapperFuncs.inl127 dst->getIntegerv = src.getIntegerv;
/external/skia/src/gpu/gl/
DGrGLExtensions.cpp47 GrGLGetIntegervProc getIntegerv) { in init() argument
65 if (NULL == getStringi || NULL == getIntegerv) { in init()
69 getIntegerv(GR_GL_NUM_EXTENSIONS, &extensionCnt); in init()
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp148 gl.getIntegerv(GL_MAX_TESS_GEN_LEVEL, &tessGenLevel); in init()
183 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &geometryOutputComponents); in init()
184 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &geometryOutputVertices); in init()
185 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &geometryTotalOutputComponents); in init()
208 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp104 gl.getIntegerv(GL_MAJOR_VERSION, &major); in getVersion()
105 gl.getIntegerv(GL_MINOR_VERSION, &minor); in getVersion()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp583 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profile); in checkVersionString()
605 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profile); in checkVersionString()
649 gl.getIntegerv(GL_MAJOR_VERSION, &majorVersion); in checkVersionQueries()
652 gl.getIntegerv(GL_MINOR_VERSION, &minorVersion); in checkVersionQueries()
782 gl.getIntegerv(GL_CONTEXT_FLAGS, &contextFlagsGL); in validateCurrentContext()
807 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profileMask); in validateCurrentContext()
825 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &strategy); in validateCurrentContext()
865 gl.getIntegerv(GL_CONTEXT_FLAGS, &contextFlagsGL); in validateCurrentContext()
/external/skia/include/gpu/gl/
DGrGLExtensions.h43 GrGLGetIntegervProc getIntegerv);
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp79 m_renderCtx.getFunctions().getIntegerv(pname, &retval); in getInteger()
Des31fMultisampleTests.cpp255 gl.getIntegerv(GL_SAMPLES, &m_numSamples); in init()
418 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
562 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
727 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
890 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
Des31fShaderBuiltinConstantTests.cpp50 gl.getIntegerv(pname, &value); in getInteger()
64 gl.getIntegerv(pname, &value); in getVectorsFromComps()
Des31fFboNoAttachmentTests.cpp396 gl.getIntegerv(GL_MAX_FRAMEBUFFER_WIDTH, &width); in getWidth()
411 gl.getIntegerv(GL_MAX_FRAMEBUFFER_HEIGHT, &height); in getHeight()
426 gl.getIntegerv(GL_MAX_FRAMEBUFFER_SAMPLES, &samples); in getSamples()
Des31fLayoutBindingTests.cpp299 gl.getIntegerv(m_maxVertexUnitsEnum, &maxVertexUnits); in init()
300 gl.getIntegerv(m_maxFragmentUnitsEnum, &maxFragmentUnits); in init()
301 gl.getIntegerv(m_maxCombinedUnitsEnum, &maxCombinedUnits); in init()
302 gl.getIntegerv(m_maxBindingPointEnum, &numBindingPoints); in init()
660 gl.getIntegerv(m_maxVertexUnitsEnum, &maxVertexUnits); in init()
661 gl.getIntegerv(m_maxFragmentUnitsEnum, &maxFragmentUnits); in init()
662 gl.getIntegerv(m_maxCombinedUnitsEnum, &maxCombinedUnits); in init()
663 gl.getIntegerv(m_maxBindingPointEnum, &numBindingPoints); in init()
Des31fShaderTextureSizeTests.cpp157 gl.getIntegerv(GL_MAX_TEXTURE_SIZE, &maxTextureSize); in init()
158 gl.getIntegerv(GL_MAX_ARRAY_TEXTURE_LAYERS, &maxTextureLayers); in init()
Des31fTextureMultisampleTests.cpp199 gl.getIntegerv(GL_MAX_COLOR_TEXTURE_SAMPLES, &maxSamples); in init()
205 gl.getIntegerv(GL_SUBPIXEL_BITS, &m_subpixelBits); in init()
617 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
621 gl.getIntegerv(GL_MAX_COLOR_TEXTURE_SAMPLES, &maxSamples); in init()
1134 gl.getIntegerv(GL_MAX_TEXTURE_SIZE, &maxTextureSize); in init()
1143 gl.getIntegerv(GL_MAX_ARRAY_TEXTURE_LAYERS, &maxTextureLayers); in init()
Des31fTessellationGeometryInteractionTests.cpp2200 gl.getIntegerv(GL_MAX_TESS_GEN_LEVEL, &tessGenLevel); in init()
2235 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &geometryOutputComponents); in init()
2236 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &geometryOutputVertices); in init()
2237 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &geometryTotalOutputComponents); in init()
2260 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp796 gl.getIntegerv(GL_MAX_TEXTURE_BUFFER_SIZE, &maxTextureSize); in logImplementationInfo()
806 gl.getIntegerv(GL_MAX_TEXTURE_BUFFER_SIZE, &maxTextureSize); in logImplementationInfo()
815 gl.getIntegerv(GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, &textureBufferAlignment); in logImplementationInfo()
1016 gl.getIntegerv(GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, &alignment); in iterate()
DglsRandomShaderCase.cpp263 m_renderCtx.getFunctions().getIntegerv(pname, &numSupported); in checkShaderLimits()
283 m_renderCtx.getFunctions().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numSupported); in checkProgramLimits()
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp103 gl.getIntegerv(param, &val); in query()
294 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]); in iterate()
Des3fTransformFeedbackTests.cpp243 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs); in isProgramSupported()
244 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS, &maxTfInterleavedComponents); in isProgramSupported()
245 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, &maxTfSeparateAttribs); in isProgramSupported()
246 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS, &maxTfSeparateComponents); in isProgramSupported()
/external/deqp/modules/gles2/functional/
Des2fImplementationLimitTests.cpp86 gl.getIntegerv(param, &val); in query()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl69 gl->getIntegerv = &glGetIntegerv;

1234