Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp56 vector<deUint32> attachments; in getDefaultFBDiscardAttachments() local
72 vector<deUint32> attachments; in getFBODiscardAttachments() local
148 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
220 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
314 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
368 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
473 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
584 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
718 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
844 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
[all …]
/external/deqp/framework/opengl/
DgluStrUtil.cpp121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) in getInvalidateAttachmentStr()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c245 unsigned int *attachments, int count, in dri2_get_buffers_with_format()
286 unsigned int *attachments, int count, in dri2_get_buffers()
Dplatform_android.c387 unsigned int *attachments, int count) in droid_get_buffers_parse_attachments()
443 unsigned int *attachments, int count, in droid_get_buffers_with_format()
Dplatform_x11.c374 unsigned int *attachments, int count, in dri2_get_buffers()
407 unsigned int *attachments, int count, in dri2_get_buffers_with_format()
866 unsigned int attachments[1]; in dri2_create_image_khr_pixmap() local
Dplatform_wayland.c424 unsigned int *attachments, int count, in dri2_get_buffers_with_format()
497 unsigned int *attachments, int count, in dri2_get_buffers()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DMailer.java167 String aSubject, String aMessage, String[] attachments) { in sendMultiPartMessage()
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c67 unsigned int *attachments, int count, in dri_get_buffers()
93 unsigned int *attachments, int count, in dri_get_buffers_with_format()
/external/mesa3d/src/glx/
Ddri2.c402 unsigned int *attachments, int count, int *outCount) in DRI2GetBuffers()
461 unsigned int *attachments, int count, int *outCount) in DRI2GetBuffersWithFormat()
Ddri2_glx.c753 unsigned int *attachments, int count, in dri2GetBuffers()
776 unsigned int *attachments, int count, in dri2GetBuffersWithFormat()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp1336 deUint32 attachments[2]; in invalidate_framebuffer() local
1371 deUint32 attachments[2]; in invalidate_sub_framebuffer() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c344 unsigned int attachments[10]; in radeon_update_renderbuffers() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c251 unsigned int attachments[10]; in nouveau_update_renderbuffers() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c344 unsigned int attachments[10]; in radeon_update_renderbuffers() local
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_dri2.c242 dri2_create_buffers(DrawablePtr pDraw, unsigned int *attachments, int count) in dri2_create_buffers()
/external/mesa3d/src/mesa/main/
Dfbobject.c3139 const GLenum *attachments, GLint x, GLint y, in invalidate_framebuffer_storage()
3249 const GLenum *attachments, GLint x, GLint y, in _mesa_InvalidateSubFramebuffer()
3259 const GLenum *attachments) in _mesa_InvalidateFramebuffer()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1586 static const GrGLenum attachments[] = { GR_GL_COLOR }; in discard() local
1590 static const GrGLenum attachments[] = { GR_GL_COLOR_ATTACHMENT0 }; in discard() local
1600 static const GrGLenum attachments[] = { GR_GL_COLOR }; in discard() local
1604 static const GrGLenum attachments[] = { GR_GL_COLOR_ATTACHMENT0 }; in discard() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c71 static const unsigned int attachments[1] = { XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT }; variable
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); in intel_query_dri2_buffers() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); in intel_query_dri2_buffers() local
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); in intel_query_dri2_buffers() local
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c377 int *width, int *height, unsigned int *attachments, in x11_drawable_get_buffers()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp364 …InvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x,… in glInvalidateSubFramebuffer()
369 …Wrapper::glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) in glInvalidateFramebuffer()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c92 unsigned attachments[10]; in dri2_drawable_get_buffers() local
/external/kernel-headers/original/uapi/video/
Dadf.h228 struct adf_attachment_config __user *attachments; member

12