Home
last modified time | relevance | path

Searched defs:rbo (Results 1 - 25 of 41) sorted by relevance

12

/third_party/libdrm/tests/radeon/
H A Drbo.h31 struct rbo { struct
[all...]
H A Drbo.c36 struct rbo *rbo(int fd, unsigned handle, unsigned size, in rbo() function
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dwsi-timeout.c203 const lws_retry_bo_t *rbo = wsi->retry_policy; in lws_validity_cb() local
253 const lws_retry_bo_t *rbo = wsi->retry_policy; in _lws_validity_confirmed_role() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_cs.h69 radeon_add_to_buffer_list(struct r600_common_context *rctx, struct r600_ring *ring, struct r600_resource *rbo, unsigned usage) radeon_add_to_buffer_list() argument
99 radeon_add_to_buffer_list_check_mem(struct r600_common_context *rctx, struct r600_ring *ring, struct r600_resource *rbo, unsigned usage, bool check_mem) radeon_add_to_buffer_list_check_mem() argument
114 r600_emit_reloc(struct r600_common_context *rctx, struct r600_ring *ring, struct r600_resource *rbo, unsigned usage) r600_emit_reloc() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cCopyImageTests.cpp229 GLuint rbo; in verify() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSRGBTextureTest.cpp191 GLuint rbo = 0; in TEST_P() local
H A DCopyTexture3DTest.cpp95 GLRenderbuffer rbo; in testCopy() local
H A DD3DTextureTest.cpp1734 GLuint rbo; in RunYUVTest() local
H A DBlitFramebufferANGLETest.cpp1211 initColorFBO(GLFramebuffer *fbo, GLRenderbuffer *rbo, GLenum rboFormat, GLsizei width, GLsizei height) initColorFBO() argument
1224 initColorFBOWithCheckerPattern(GLFramebuffer *fbo, GLRenderbuffer *rbo, GLenum rboFormat, GLsizei width, GLsizei height) initColorFBOWithCheckerPattern() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state_validate.c119 struct nouveau_bo *rbo, *zbo; in nv30_validate_fb() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp317 const deUint32 rbo = ndx == 0 ? *colorBuf0 : *colorBuf1; in iterate() local
H A 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; deleteRboAttachedToBoundFboTest() local
509 deUint32 rbo = 1; deleteRboAttachedToNotBoundFboTest() local
[all...]
H A Des3fFboCompletenessTests.cpp449 const GLuint rbo = builder.glCreateRbo(rboCfg); in build() local
H A Des3fFramebufferBlitTests.cpp94 deUint32& rbo = ndx ? dstRbo : srcRbo; in render() local
383 deUint32& rbo = ndx ? dstRbo : srcRbo; in render() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp337 GLuint rbo; in iterate() local
H A Des31cTextureGatherTests.cpp350 GLuint tex, fbo, rbo, program, vao, vbo; member in glcts::__anon27700::GatherBase
1610 GLuint program, rbo, fbo, vao, vbo; member in glcts::__anon27700::TriangleDraw
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSampleVariablesTests.cpp385 GLuint rbo; in iterate() local
690 GLuint rbo; in iterate() local
[all...]
H A DglcShaderMultisampleInterpolationTests.cpp416 GLuint rbo; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp383 GLuint rbo; in iterate() local
691 GLuint rbo; in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLIOSurfaceClientBufferTest.cpp397 GLRenderbuffer rbo; in doBlitTest() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboApiTest.cpp260 deUint32 rbo = 3; in validRboAttachmentsTest() local
280 deUint32 rbo = 1; in attachToDefaultFramebufferTest() local
324 deUint32 rbo = 3; in invalidRboAttachmentTest() local
503 deUint32 rbo = 1; deleteRboAttachedToBoundFboTest() local
561 deUint32 rbo = 1; deleteRboAttachedToNotBoundFboTest() local
[all...]
H A Des2fFboCompletenessTests.cpp337 const bool rbo = (flags & RENDERBUFFER_VALID) != 0; in formatKind() local
H A Des2fRasterizationTests.cpp609 deUint32 rbo = 0; in iterate() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp336 deUint32 rbo = 0x1234; in read_pixels_fbo_format_mismatch() local
1111 GLuint rbo = 0x1234; in framebuffer_renderbuffer() local
1298 deUint32 rbo = 0x1234; renderbuffer_storage() local
1355 deUint32 rbo[2]; blit_framebuffer() local
1504 deUint32 rbo[2]; blit_framebuffer_multisample() local
1795 deUint32 rbo = 0x1234; renderbuffer_storage_multisample() local
1877 deUint32 rbo = 0x1234; copy_image_sub_data() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp347 void initializeStencilRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) in initializeStencilRbo() argument
395 void initializeDepthRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) in initializeDepthRbo() argument
430 void initializeColorRbo(const glw::Functions& gl, GLuint rbo, Texture2D& ref) in initializeColorRbo() argument
475 const GLuint rbo = buffer->getName(); in createBuffer() local
[all...]

Completed in 31 milliseconds

12