Home
last modified time | relevance | path

Searched defs:rbo (Results 1 – 24 of 24) sorted by relevance

/external/libdrm/tests/radeon/
Drbo.h31 struct rbo { struct
42 struct rbo *rbo(int fd, unsigned handle, unsigned size, argument
Drbo.c36 struct rbo *rbo(int fd, unsigned handle, unsigned size, in rbo() function
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp326 deUint32 rbo = 0x1234; in read_pixels_fbo_format_mismatch() local
1116 GLuint rbo = 0x1234; in framebuffer_renderbuffer() local
1303 deUint32 rbo = 0x1234; in renderbuffer_storage() local
1359 deUint32 rbo[2]; in blit_framebuffer() local
1507 deUint32 rbo[2]; in blit_framebuffer_multisample() local
1796 deUint32 rbo = 0x1234; in renderbuffer_storage_multisample() local
1877 deUint32 rbo = 0x1234; in copy_image_sub_data() local
Des31fNegativeStateApiTests.cpp1163 GLuint rbo[2]; in get_framebuffer_attachment_parameteriv() local
1218 GLuint rbo; in get_renderbuffer_parameteriv() local
/external/deqp/modules/gles3/functional/
Des3fFboApiTests.cpp235 deUint32 rbo = 3; in validRboAttachmentsTest() local
255 deUint32 rbo = 1; in attachToDefaultFramebufferTest() local
299 deUint32 rbo = 3; in invalidRboAttachmentTest() local
451 deUint32 rbo = 1; in deleteRboAttachedToBoundFboTest() local
509 deUint32 rbo = 1; in deleteRboAttachedToNotBoundFboTest() local
Des3fShaderFragDataTests.cpp286 const deUint32 rbo = ndx == 0 ? *colorBuf0 : *colorBuf1; in iterate() local
Des3fFboCompletenessTests.cpp421 const GLuint rbo = builder.glCreateRbo(rboCfg); in build() local
Des3fFramebufferBlitTests.cpp91 deUint32& rbo = ndx ? dstRbo : srcRbo; in render() local
380 deUint32& rbo = ndx ? dstRbo : srcRbo; in render() local
Des3fFboColorbufferTests.cpp124 deUint32 rbo = 0; in render() local
752 deUint32 rbo = 0; in render() local
Des3fFragmentOutputTests.cpp280 deUint32 rbo = m_renderbuffers[bufNdx]; in init() local
Des3fShaderDerivateTests.cpp656 AutoRbo rbo (gl); in iterate() local
/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp259 deUint32 rbo = 3; in validRboAttachmentsTest() local
279 deUint32 rbo = 1; in attachToDefaultFramebufferTest() local
323 deUint32 rbo = 3; in invalidRboAttachmentTest() local
475 deUint32 rbo = 1; in deleteRboAttachedToBoundFboTest() local
533 deUint32 rbo = 1; in deleteRboAttachedToNotBoundFboTest() local
Des2fFboCompletenessTests.cpp288 const bool rbo = (flags & RENDERBUFFER_VALID) != 0; in formatKind() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_hw_context_priv.h38 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, in r600_context_bo_reloc()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
Dp2.cpp52 register int rbo; in foo() local
/external/drm_gralloc/
Dgralloc_drm_radeon.c77 struct radeon_bo *rbo; member
188 struct radeon_bo *rbo; in radeon_alloc() local
247 struct radeon_bo *rbo) in radeon_zero()
/external/deqp/modules/egl/
DteglImageUtil.cpp345 void initializeStencilRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) in initializeStencilRbo()
393 void initializeDepthRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) in initializeDepthRbo()
428 void initializeColorRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) in initializeColorRbo()
471 const GLuint rbo = buffer->getName(); in createBuffer() local
DteglImageFormatTests.cpp357 static void framebufferRenderbuffer (const glw::Functions& gl, GLenum attachment, GLuint rbo) in framebufferRenderbuffer()
/external/deqp/modules/glshared/
DglsFboUtil.cpp307 if (const Renderbuffer* rbo = dynamic_cast<const Renderbuffer*>(&img)) in imageNumSamples() local
391 if (const Renderbuffer* const rbo = dynamic_cast<const Renderbuffer*>(&cfg)) in glCreate() local
693 static void logRenderbuffer (const Renderbuffer& rbo, TestLog& log) in logRenderbuffer()
DglsLifetimeTests.cpp376 void RboFboAttacher::attach (GLuint rbo, GLuint fbo) in attach()
389 void RboFboAttacher::detach (GLuint rbo, GLuint fbo) in detach()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state_validate.c122 struct nouveau_bo *rbo, *zbo; in nv30_validate_fb() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp811 Renderbuffer* rbo = DE_NULL; in bindRenderbuffer() local
1931 Renderbuffer* rbo = m_renderbuffers.find(attachment.name); in acquireFboAttachmentReference() local
1958 Renderbuffer* rbo = m_renderbuffers.find(attachment.name); in releaseFboAttachmentReference() local
2112 Renderbuffer* rbo = DE_NULL; in framebufferRenderbuffer() local
2368 Renderbuffer* rbo = m_renderbuffers.find(attachment.name); in getFboAttachment() local
DsglrGLContext.cpp80 deUint32 rbo = *i; in ~GLContext() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h786 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct r600_resource *rbo, in r600_context_bo_reloc()