/external/libdrm/tests/radeon/ |
D | rbo.h | 31 struct rbo { struct 42 struct rbo *rbo(int fd, unsigned handle, unsigned size, argument
|
D | rbo.c | 36 struct rbo *rbo(int fd, unsigned handle, unsigned size, in rbo() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 326 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
|
D | es31fNegativeStateApiTests.cpp | 1163 GLuint rbo[2]; in get_framebuffer_attachment_parameteriv() local 1218 GLuint rbo; in get_renderbuffer_parameteriv() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 235 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
|
D | es3fShaderFragDataTests.cpp | 286 const deUint32 rbo = ndx == 0 ? *colorBuf0 : *colorBuf1; in iterate() local
|
D | es3fFboCompletenessTests.cpp | 421 const GLuint rbo = builder.glCreateRbo(rboCfg); in build() local
|
D | es3fFramebufferBlitTests.cpp | 91 deUint32& rbo = ndx ? dstRbo : srcRbo; in render() local 380 deUint32& rbo = ndx ? dstRbo : srcRbo; in render() local
|
D | es3fFboColorbufferTests.cpp | 124 deUint32 rbo = 0; in render() local 752 deUint32 rbo = 0; in render() local
|
D | es3fFragmentOutputTests.cpp | 280 deUint32 rbo = m_renderbuffers[bufNdx]; in init() local
|
D | es3fShaderDerivateTests.cpp | 656 AutoRbo rbo (gl); in iterate() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 259 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
|
D | es2fFboCompletenessTests.cpp | 288 const bool rbo = (flags & RENDERBUFFER_VALID) != 0; in formatKind() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_hw_context_priv.h | 38 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/ |
D | p2.cpp | 52 register int rbo; in foo() local
|
/external/drm_gralloc/ |
D | gralloc_drm_radeon.c | 77 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/ |
D | teglImageUtil.cpp | 345 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
|
D | teglImageFormatTests.cpp | 357 static void framebufferRenderbuffer (const glw::Functions& gl, GLenum attachment, GLuint rbo) in framebufferRenderbuffer()
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 307 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()
|
D | glsLifetimeTests.cpp | 376 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/ |
D | nv30_state_validate.c | 122 struct nouveau_bo *rbo, *zbo; in nv30_validate_fb() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 811 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
|
D | sglrGLContext.cpp | 80 deUint32 rbo = *i; in ~GLContext() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.h | 786 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx, struct r600_resource *rbo, in r600_context_bo_reloc()
|