Home
last modified time | relevance | path

Searched refs:pbuffer (Results 1 – 25 of 66) sorted by relevance

123

/external/angle/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp176 EGLSurface *pbuffer) const in createIOSurfacePbuffer()
192 *pbuffer = eglCreatePbufferFromClientBuffer(mDisplay, EGL_IOSURFACE_ANGLE, ioSurface.get(), in createIOSurfacePbuffer()
194 EXPECT_NE(EGL_NO_SURFACE, *pbuffer); in createIOSurfacePbuffer()
203 EGLSurface *pbuffer, in bindIOSurfaceToTexture() argument
206 createIOSurfacePbuffer(ioSurface, width, height, plane, internalFormat, type, pbuffer); in bindIOSurfaceToTexture()
210 EGLBoolean result = eglBindTexImage(mDisplay, *pbuffer, EGL_BACK_BUFFER); in bindIOSurfaceToTexture()
237 EGLSurface pbuffer; in doClearTest() local
239 bindIOSurfaceToTexture(ioSurface, width, height, plane, internalFormat, type, &pbuffer, in doClearTest()
257 EGLBoolean result = eglReleaseTexImage(mDisplay, pbuffer, EGL_BACK_BUFFER); in doClearTest()
284 result = eglDestroySurface(mDisplay, pbuffer); in doClearTest()
[all …]
DEGLSurfacelessContextTest.cpp237 EGLSurface pbuffer = createPbuffer(500, 500); in TEST_P() local
260 ASSERT_EGL_TRUE(eglMakeCurrent(mDisplay, pbuffer, pbuffer, context)); in TEST_P()
DEGLContextCompatibilityTest.cpp295 EGLSurface pbuffer = eglCreatePbufferSurface(mDisplay, pbufferConfig, pBufferAttribs); in testPbufferCompatibility() local
296 ASSERT_TRUE(pbuffer != EGL_NO_SURFACE); in testPbufferCompatibility()
300 testClearSurface(pbuffer, pbufferConfig, context); in testPbufferCompatibility()
304 testMakeCurrentFails(pbuffer, context); in testPbufferCompatibility()
307 eglDestroySurface(mDisplay, pbuffer); in testPbufferCompatibility()
/external/angle/src/tests/gl_tests/
DD3DTextureTest.cpp158 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(display, EGL_D3D_TEXTURE_ANGLE, in createD3D11PBuffer() local
163 return pbuffer; in createD3D11PBuffer()
217 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(display, EGL_D3D_TEXTURE_ANGLE, in createPBuffer() local
222 return pbuffer; in createPBuffer()
320 EGLSurface pbuffer = createD3D11PBuffer(32, 32, EGL_TEXTURE_RGBA, EGL_TEXTURE_2D, 1, 0, in TEST_P() local
323 ASSERT_NE(EGL_NO_SURFACE, pbuffer); in TEST_P()
329 eglQuerySurface(display, pbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P()
341 eglMakeCurrent(display, pbuffer, pbuffer, window->getContext()); in TEST_P()
344 eglDestroySurface(display, pbuffer); in TEST_P()
378 EGLSurface pbuffer = in TEST_P() local
[all …]
/external/virglrenderer/src/
Dvrend_winsys_glx.c37 GLXPbuffer pbuffer; member
66 d->pbuffer = glXCreatePbuffer(d->display, d->fbConfigs[0], pbufferAttribs); in virgl_glx_init()
74 glXDestroyPbuffer(d->display,d->pbuffer); in virgl_glx_destroy()
103 return glXMakeContextCurrent(d->display, d->pbuffer, d->pbuffer, virglctx); in virgl_glx_make_context_current()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp2279 …EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, buffer, g… in createIOSurfacePbuffer() local
2280 EXPECT_NE(EGL_NO_SURFACE, pbuffer); in createIOSurfacePbuffer()
2281 return pbuffer; in createIOSurfacePbuffer()
2284 …nt height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture)… in bindIOSurfaceToTexture() argument
2286 *pbuffer = createIOSurfacePbuffer(buffer, width, height, plane, internalFormat, type); in bindIOSurfaceToTexture()
2290 EGLBoolean result = eglBindTexImage(getDisplay(), *pbuffer, EGL_BACK_BUFFER); in bindIOSurfaceToTexture()
2321 EGLSurface pbuffer; in doClearTest() local
2322 …oTexture(clientBufferWrapper.getClientBuffer(), 1, 1, 0, internalFormat, type, &pbuffer, &texture); in doClearTest()
2336 EGLBoolean result = eglReleaseTexImage(getDisplay(), pbuffer, EGL_BACK_BUFFER); in doClearTest()
2346 result = eglDestroySurface(getDisplay(), pbuffer); in doClearTest()
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c76 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current()
101 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy()
156 pbuf = &d->types.pbuffer; in apple_glx_pbuffer_create()
273 pbuf = &d->types.pbuffer; in apple_glx_pbuffer_query()
326 d->types.pbuffer.event_mask = mask; in apple_glx_pbuffer_set_event_mask()
343 *mask = d->types.pbuffer.event_mask; in apple_glx_pbuffer_get_event_mask()
Dapple_cgl.h72 GLint max_level, CGLPBufferObj * pbuffer);
74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer);
77 CGLPBufferObj pbuffer,
/external/angle/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt88 2546 WIN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_stencil = FAIL
96 2635 WIN VULKAN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba8888_depth_stencil = …
97 2635 WIN VULKAN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba8888_no_depth_no_sten…
98 2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_depth_no_stencil = FAIL
99 2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_depth_stencil = FAIL
100 2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_no_depth_no_stencil = FAIL
101 2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_no_stencil = FAIL
102 2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_no_depth_no_stencil = F…
113 2546 LINUX : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_stencil = FAIL
114 2546 LINUX : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_no_depth_no_stencil = FAIL
[all …]
/external/angle/extensions/
DEGL_ANGLE_d3d_texture_client_buffer.txt79 EGL_TEXTURE_OFFSET_Y_ANGLE are ignored. The width and height of the pbuffer
112 height of the pbuffer are determined by the width and height of <buffer>."
181 "When a pbuffer is created with type EGL_D3D_TEXTURE_ANGLE, the contents
182 of the associcated D3D texture object are undefined while the pbuffer is
186 "When a pbuffer is created with type EGL_D3D_TEXTURE_ANGLE, and the
203 If GL_FRAMEBUFFER_SRGB_EXT is disabled and a pbuffer created from a D3D
DEGL_ANGLE_flexible_surface_compatibility.txt104 "<attrib_list> specifies a list of attributes for the pbuffer. The list
122 "<attrib_list> specifies a list of attributes for the pbuffer. The list
DEGL_ANGLE_iosurface_client_buffer.txt126 "When a pbuffer is created with type EGL_IOSURFACE_ANGLE, the contents
127 of the associcated IOSurface object are undefined while the pbuffer is
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_file_test.c97 char pbuffer[1024]; in stage_file_test() local
245 memset(pbuffer, 0, sizeof(pbuffer)); in stage_file_test()
249 snprintf(pbuffer, sizeof(pbuffer) - 1, "allow_write %s", filename); in stage_file_test()
250 policy = pbuffer; in stage_file_test()
/external/mesa3d/docs/
Degl.rst216 For pbuffer surfaces, the render buffer is always ``EGL_BACK_BUFFER``.
222 ``EGL_RENDER_BUFFER`` of pixmap or pbuffer surfaces.
224 It should also be noted that pixmap and pbuffer surfaces are assumed to
227 pbuffer surface created. If the window system the driver supports has
234 draw buffer in a client API be fixed for pixmap and pbuffer surfaces.
236 renders to the specified render buffer for pixmap and pbuffer surfaces.
/external/swiftshader/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt108 "When a pbuffer is created with type EGL_IOSURFACE_ANGLE, the contents
109 of the associcated IOSurface object are undefined while the pbuffer is
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp495 WorkerContextAndroid(EGLContext context, FunctionsEGL *functions, EGLSurface pbuffer);
509 EGLSurface pbuffer) in WorkerContextAndroid() argument
510 : mContext(context), mFunctions(functions), mPbuffer(pbuffer) in WorkerContextAndroid()
/external/mesa3d/docs/relnotes/
D19.3.5.rst38 (pbuffer EGLSurface)
140 - egl: Implement getImage/putImage on pbuffer swrast.
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]
/external/mesa3d/include/GL/
Dglx.h359 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
360 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
/external/deqp/android/cts/master/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/master/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.x/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt135 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil
136 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil
137 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil
138 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil
139 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil
140 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil
141 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil
142 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil
143 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil
144 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil
[all …]

123