Home
last modified time | relevance | path

Searched refs:getFramebufferAttachmentParameteriv (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboApiTest.cpp135 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachment, pname, &value); in checkFboAttachmentParam()
363 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &unused); in attachmentQueryDefaultFboTest()
365 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, &unused); in attachmentQueryDefaultFboTest()
367 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &unused); in attachmentQueryDefaultFboTest()
369 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, &unused); in attachmentQueryDefaultFboTest()
389 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, &unused); in attachmentQueryEmptyFboTest()
391 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &unused); in attachmentQueryEmptyFboTest()
393 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, &unused); in attachmentQueryEmptyFboTest()
418 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &unused); in es3AttachmentQueryEmptyFboTest()
420 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFE in es3AttachmentQueryEmptyFboTest()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboApiTests.cpp130 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachment, pname, &value); in checkFboAttachmentParam()
338 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &unused); in attachmentQueryDefaultFboTest()
340 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, &unused); in attachmentQueryDefaultFboTest()
342 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &unused); in attachmentQueryDefaultFboTest()
344 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, &unused); in attachmentQueryDefaultFboTest()
366 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &unused); in attachmentQueryEmptyFboTest()
368 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, &unused); in attachmentQueryEmptyFboTest()
409 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &unused); in attachmentQueryRboTest()
411 ctx.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, &unused); in attachmentQueryRboTest()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFBO.cpp453 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in iterate()
456 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT2, in iterate()
459 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in iterate()
478 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in iterate()
481 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, in iterate()
484 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT2, in iterate()
503 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in iterate()
506 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in iterate()
524 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in iterate()
527 gl.getFramebufferAttachmentParameteriv(GL_DRAW_FRAMEBUFFE in iterate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h91 void getFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, \
H A DContext.cpp2299 void Context::getFramebufferAttachmentParameteriv(GLenum target,
2315 getFramebufferAttachmentParameteriv(target, attachment, pname, params);
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp87 virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) = DE_NULL;
H A DsglrContextWrapper.cpp211 m_curCtx->getFramebufferAttachmentParameteriv(target, attachment, pname, params); in glGetFramebufferAttachmentParameteriv()
H A DsglrGLContext.hpp99 virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params);
H A DsglrGLContext.cpp398 void GLContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) in getFramebufferAttachmentParameteriv() function in sglr::GLContext
H A DsglrReferenceContext.hpp652 virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params);
H A DsglrReferenceContext.cpp2322 void ReferenceContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp281 ASSIGN("glGetFramebufferAttachmentParameteriv", getFramebufferAttachmentParameteriv); in initProcsDesktopGL()
1003 ASSIGN("glGetFramebufferAttachmentParameterivEXT", getFramebufferAttachmentParameteriv); in initProcsDesktopGL()
1455 ASSIGN("glGetFramebufferAttachmentParameteriv", getFramebufferAttachmentParameteriv); in initProcsDesktopGL()
2329 ASSIGN("glGetFramebufferAttachmentParameteriv", getFramebufferAttachmentParameteriv); in initProcsGLES()
3069 getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameterivNULL; in initProcsDesktopGLNULL()
3790 getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameterivNULL; in initProcsDesktopGLNULL()
4242 getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameterivNULL; in initProcsDesktopGLNULL()
5115 getFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameterivNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h292 PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC getFramebufferAttachmentParameteriv = nullptr; member in rx::DispatchTableGL
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp1167 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, (defaultFboIsZero) ? GL_DEPTH : GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &hasDepthBuffer); in iterate()
1169 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, (defaultFboIsZero) ? GL_STENCIL : GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &hasStencilBuffer); in iterate()
1172 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, (defaultFboIsZero) ? GL_DEPTH : GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE, in iterate()
1175 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, (defaultFboIsZero) ? GL_STENCIL : GL_STENCIL_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE, in iterate()
H A DglcPackedDepthStencilTests.cpp2015 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, in iterate()
2128 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, in iterate()
2146 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, pname, &param); in iterate()
2152 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, pname, &param); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp255 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in getFboAttachment()
264 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in getFboAttachment()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4252 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachments[j], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, in TestDefaultFramebuffer()
4309 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachments[j], optional_pnames[i], in TestDefaultFramebuffer()
4386 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachments[j], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, in TestRenderbufferFramebuffer()
4455 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachments[j], optional_pnames[i], in TestRenderbufferFramebuffer()
4533 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachments[j], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, in TestTextureFramebuffer()
4613 gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachments[j], optional_pnames[i], in TestTextureFramebuffer()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1229 gl.getFramebufferAttachmentParameteriv(targetType, attachment, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, &encodingType); in isFramebufferAttachmentSRGB()
1273 message << "getFramebufferAttachmentParameteriv() check = "; in logState()
/third_party/vk-gl-cts/modules/egl/
H A DteglWideColorTests.cpp1142 m_gl.getFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, GL_BACK, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, &framebufferColorEncoding); in testFramebufferColorEncoding()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp1019 context->getFramebufferAttachmentParameteriv(target, attachment, pname, params); in GL_GetFramebufferAttachmentParameteriv()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp1720 context->getFramebufferAttachmentParameteriv(target, attachment, pname, params); in GL_GetFramebufferAttachmentParameteriv()
H A Dentry_points_gles_ext_autogen.cpp9762 context->getFramebufferAttachmentParameteriv(target, attachment, pname, params); in GL_GetFramebufferAttachmentParameterivOES()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp1170 context->getFramebufferAttachmentParameteriv( in ReplayCall()

Completed in 136 milliseconds