/third_party/openGLES/extensions/NV/ |
D | NV_framebuffer_multisample.txt | 131 If SAMPLE_BUFFERS for both the read and draw framebuffers are 133 framebuffers are identical, the samples are copied without 139 the format of the read and draw framebuffers are not identical, no 146 identical, or if the formats of the read and draw framebuffers are 249 If SAMPLE_BUFFERS for both the read and draw framebuffers are 251 framebuffers are identical, the samples are copied without 268 framebuffers are not identical. 292 If both the draw and read framebuffers are framebuffer complete and 295 called and the values of SAMPLES for the draw and read framebuffers 298 If both the draw and read framebuffers are framebuffer complete and [all …]
|
D | NV_framebuffer_blit.txt | 103 "The GL has two active framebuffers; the draw framebuffer is the 112 framebuffers can be queried as described in section 6.1.7." 217 read and draw framebuffers, the corresponding bit is silently 220 If the color formats of the read and draw framebuffers do not 251 If SAMPLE_BUFFERS for both the read and draw framebuffers are 253 framebuffers are identical, the samples are copied without 260 if the sizes of the framebuffers do not match, if the 268 identical, or if the formats of the read and draw framebuffers are 327 <framebuffers> contains <n> names of framebuffer objects to be 333 zero. Unused names in framebuffers are silently ignored, as is the [all …]
|
D | NV_read_depth_stencil.txt | 164 framebuffers? 166 OpenGL ES 2.0 does not support stereo framebuffers, so for now we 178 affect the behavior of this extension, since all framebuffers have
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_framebuffer_multisample.txt | 131 If SAMPLE_BUFFERS for both the read and draw framebuffers are 133 framebuffers are identical, the samples are copied without 139 the format of the read and draw framebuffers are not identical, no 146 identical, or if the formats of the read and draw framebuffers are 249 If SAMPLE_BUFFERS for both the read and draw framebuffers are 251 framebuffers are identical, the samples are copied without 268 framebuffers are not identical. 292 If both the draw and read framebuffers are framebuffer complete and 295 called and the values of SAMPLES for the draw and read framebuffers 298 If both the draw and read framebuffers are framebuffer complete and [all …]
|
D | NV_framebuffer_blit.txt | 103 "The GL has two active framebuffers; the draw framebuffer is the 112 framebuffers can be queried as described in section 6.1.7." 217 read and draw framebuffers, the corresponding bit is silently 220 If the color formats of the read and draw framebuffers do not 251 If SAMPLE_BUFFERS for both the read and draw framebuffers are 253 framebuffers are identical, the samples are copied without 260 if the sizes of the framebuffers do not match, if the 268 identical, or if the formats of the read and draw framebuffers are 327 <framebuffers> contains <n> names of framebuffer objects to be 333 zero. Unused names in framebuffers are silently ignored, as is the [all …]
|
D | NV_read_depth_stencil.txt | 164 framebuffers? 166 OpenGL ES 2.0 does not support stereo framebuffers, so for now we 178 affect the behavior of this extension, since all framebuffers have
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_surfaceless_context.txt | 74 " The GL interacts with two classes of framebuffers: window- 75 system-provided framebuffers and application-created framebuffers ... 85 " The GL interacts with two classes of framebuffers: window 88 framebuffer. Application-created framebuffers, referred to as 107 typically be associated with different default framebuffers, and
|
/third_party/openGLES/extensions/OES/ |
D | OES_surfaceless_context.txt | 84 " The GL interacts with two classes of framebuffers: window- 85 system-provided framebuffers and application-created framebuffers ... 95 " The GL interacts with two classes of framebuffers: window 98 framebuffer. Application-created framebuffers, referred to as 117 typically be associated with different default framebuffers, and
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | fbo.h | 67 GLuint *framebuffers)) 88 const GLuint *framebuffers))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayControlTests.cpp | 412 std::vector<VkFramebuffer>& framebuffers) in initFramebuffers() argument 414 DE_ASSERT(framebuffers.size() == imageViews.size()); in initFramebuffers() 416 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in initFramebuffers() 432 framebuffers[ndx] = createFramebuffer(vkd, device, &createInfo).disown(); in initFramebuffers() 438 std::vector<VkFramebuffer>& framebuffers) in deinitFramebuffers() argument 440 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in deinitFramebuffers() 442 if (framebuffers[ndx] != (VkFramebuffer)0) in deinitFramebuffers() 443 vkd.destroyFramebuffer(device, framebuffers[ndx], DE_NULL); in deinitFramebuffers() 445 framebuffers[ndx] = (VkFramebuffer)0; in deinitFramebuffers() 448 framebuffers.clear(); in deinitFramebuffers()
|
D | vktWsiDisplayTimingTests.cpp | 373 std::vector<vk::VkFramebuffer>& framebuffers) in initFramebuffers() argument 375 DE_ASSERT(framebuffers.size() == imageViews.size()); in initFramebuffers() 377 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in initFramebuffers() 378 …framebuffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).dis… in initFramebuffers() 383 std::vector<vk::VkFramebuffer>& framebuffers) in deinitFramebuffers() argument 385 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in deinitFramebuffers() 387 if (framebuffers[ndx] != (vk::VkFramebuffer)0) in deinitFramebuffers() 388 vkd.destroyFramebuffer(device, framebuffers[ndx], DE_NULL); in deinitFramebuffers() 390 framebuffers[ndx] = (vk::VkFramebuffer)0; in deinitFramebuffers() 393 framebuffers.clear(); in deinitFramebuffers()
|
D | vktWsiIncrementalPresentTests.cpp | 453 std::vector<vk::VkFramebuffer>& framebuffers) in initFramebuffers() argument 455 DE_ASSERT(framebuffers.size() == imageViews.size()); in initFramebuffers() 457 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in initFramebuffers() 458 …framebuffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).dis… in initFramebuffers() 463 std::vector<vk::VkFramebuffer>& framebuffers) in deinitFramebuffers() argument 465 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in deinitFramebuffers() 467 if (framebuffers[ndx] != (vk::VkFramebuffer)0) in deinitFramebuffers() 468 vkd.destroyFramebuffer(device, framebuffers[ndx], DE_NULL); in deinitFramebuffers() 470 framebuffers[ndx] = (vk::VkFramebuffer)0; in deinitFramebuffers() 473 framebuffers.clear(); in deinitFramebuffers()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/ |
D | SDL_render_gles.c | 129 GLES_FBOList *framebuffers; member 220 GLES_FBOList *result = data->framebuffers; in GLES_GetFBO() 229 result->next = data->framebuffers; in GLES_GetFBO() 230 data->framebuffers = result; in GLES_GetFBO() 386 data->framebuffers = NULL; in GLES_CreateRenderer() 1172 while (data->framebuffers) { in GLES_DestroyRenderer() 1173 GLES_FBOList *nextnode = data->framebuffers->next; in GLES_DestroyRenderer() 1174 data->glDeleteFramebuffersOES(1, &data->framebuffers->FBO); in GLES_DestroyRenderer() 1175 SDL_free(data->framebuffers); in GLES_DestroyRenderer() 1176 data->framebuffers = nextnode; in GLES_DestroyRenderer()
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 111 ObjectManager framebuffers; member in tcu::null::Context 578 GLW_APICALL void GLW_APIENTRY glGenFramebuffers (GLsizei n, GLuint* framebuffers) in glGenFramebuffers() argument 582 if (framebuffers) in glGenFramebuffers() 585 framebuffers[ndx] = ctx->framebuffers.allocate(); in glGenFramebuffers()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 89 void ContextWrapper::glGenFramebuffers (int numFramebuffers, deUint32* framebuffers) in glGenFramebuffers() argument 91 m_curCtx->genFramebuffers(numFramebuffers, framebuffers); in glGenFramebuffers() 94 void ContextWrapper::glDeleteFramebuffers (int numFramebuffers, const deUint32* framebuffers) in glDeleteFramebuffers() argument 96 m_curCtx->deleteFramebuffers(numFramebuffers, framebuffers); in glDeleteFramebuffers()
|
D | sglrGLContext.cpp | 226 void GLContext::genFramebuffers (int numFramebuffers, deUint32* framebuffers) in genFramebuffers() argument 228 m_wrapper->glGenFramebuffers(numFramebuffers, framebuffers); in genFramebuffers() 230 m_allocatedFbos.insert(framebuffers, framebuffers+numFramebuffers); in genFramebuffers() 233 void GLContext::deleteFramebuffers (int numFramebuffers, const deUint32* framebuffers) in deleteFramebuffers() argument 236 m_allocatedFbos.erase(framebuffers[i]); in deleteFramebuffers() 237 m_wrapper->glDeleteFramebuffers(numFramebuffers, framebuffers); in deleteFramebuffers()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 51 for(auto &framebuffer : framebuffers) in ~DrawTester() 192 framebuffers.resize(swapchain->imageCount()); in createFramebuffers() 194 for(size_t i = 0; i < framebuffers.size(); i++) in createFramebuffers() 196 …framebuffers[i].reset(new Framebuffer(device, physicalDevice, swapchain->getImageView(i), swapchai… in createFramebuffers() 373 renderPassBeginInfo.framebuffer = framebuffers[i]->getFramebuffer(); in createCommandBuffers()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 253 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkHundredIndividual() 319 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 388 inheritInfo.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark() 421 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 253 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkHundredIndividual() 319 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 388 inheritInfo.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark() 421 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_gl_colorspace.txt | 36 OpenGL or OpenGL ES contexts supporting sRGB default framebuffers, 41 Applications may wish to use sRGB format default framebuffers to 73 and OpenGL ES contexts supporting sRGB framebuffers. EGL itself does
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_gl_colorspace.txt | 36 OpenGL or OpenGL ES contexts supporting sRGB default framebuffers, 41 Applications may wish to use sRGB format default framebuffers to 73 and OpenGL ES contexts supporting sRGB framebuffers. EGL itself does
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/ |
D | SDL_render_gl.c | 133 GL_FBOList *framebuffers; member 369 GL_FBOList *result = data->framebuffers; in GL_GetFBO() 381 result->next = data->framebuffers; in GL_GetFBO() 382 data->framebuffers = result; in GL_GetFBO() 562 data->framebuffers = NULL; in GL_CreateRenderer() 1533 while (data->framebuffers) { in GL_DestroyRenderer() 1534 GL_FBOList *nextnode = data->framebuffers->next; in GL_DestroyRenderer() 1536 data->glDeleteFramebuffersEXT(1, &data->framebuffers->FBO); in GL_DestroyRenderer() 1538 SDL_free(data->framebuffers); in GL_DestroyRenderer() 1539 data->framebuffers = nextnode; in GL_DestroyRenderer()
|
/third_party/weston/libweston/backend-hdi/ |
D | hdi_backend.h | 92 std::map<uint32_t, BufferHandle *> framebuffers; member
|
D | hdi_output.cpp | 282 hps->framebuffers[device_id] = hdi_framebuffer; in hdi_output_repaint() 284 hps->framebuffers[device_id] = gl_framebuffer; in hdi_output_repaint() 288 output->framebuffer = hps->framebuffers[device_id]; in hdi_output_repaint()
|
/third_party/mesa3d/src/mesa/main/ |
D | fbobject.h | 230 _mesa_DeleteFramebuffers(GLsizei n, const GLuint *framebuffers); 233 _mesa_GenFramebuffers(GLsizei n, GLuint *framebuffers); 236 _mesa_CreateFramebuffers(GLsizei n, GLuint *framebuffers);
|