Home
last modified time | relevance | path

Searched refs:getFramebufferAttachmentParameteriv (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp134 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachment, pname, &value); in checkFboAttachmentParam()
362 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
364 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
366 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
368 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
388 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryEmptyFboTest()
390 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryEmptyFboTest()
392 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryEmptyFboTest()
433 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTA… in attachmentQueryRboTest()
435 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTA… in attachmentQueryRboTest()
/external/deqp/modules/gles3/functional/
Des3fFboApiTests.cpp130 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachment, pname, &value); in checkFboAttachmentParam()
338 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
340 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
342 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
344 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryDefaultFboTest()
366 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryEmptyFboTest()
368 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTAC… in attachmentQueryEmptyFboTest()
409 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTA… in attachmentQueryRboTest()
411 …ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTA… in attachmentQueryRboTest()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl68 gl->getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameteriv;
DglwInitES30Direct.inl109 gl->getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameteriv;
DglwInitES20.inl68 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitES31Direct.inl122 gl->getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameteriv;
DglwInitES32Direct.inl139 gl->getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameteriv;
DglwFunctions.inl220 glGetFramebufferAttachmentParameterivFunc getFramebufferAttachmentParameteriv; variable
DglwInitES30.inl109 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitGL30.inl111 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitGL31.inl118 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitGL32.inl126 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitES31.inl122 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitGL33.inl131 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitES32.inl139 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
DglwInitGL40.inl147 gl->getFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameterivFunc) loader->get("…
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl122 dst->getFramebufferAttachmentParameteriv = src.getFramebufferAttachmentParameteriv;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp99 …virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUin…
DsglrContextWrapper.cpp211 m_curCtx->getFramebufferAttachmentParameteriv(target, attachment, pname, params); in glGetFramebufferAttachmentParameteriv()
DsglrContext.hpp87 …virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 …
DsglrReferenceContext.hpp650 …virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32…
DsglrGLContext.cpp398 void GLContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32… in getFramebufferAttachmentParameteriv() function in sglr::GLContext
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp255 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in getFboAttachment()
264 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in getFboAttachment()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp88 …achmentParameteriv = bind_to_member(this, &GrGLTestInterface::getFramebufferAttachmentParameteriv); in GrGLTestInterface()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl220 gl->getFramebufferAttachmentParameteriv = glGetFramebufferAttachmentParameteriv;

12