/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 377 std::vector<deUint32> fbos; in render() local 409 fbos.push_back(layerFbo); in render() 416 for (size_t n = 0; n < fbos.size(); n++) in render() 429 const deUint32 fbo = fbos[face]; in render() 506 std::vector<deUint32> fbos; in render() local 536 fbos.push_back(layerFbo); in render() 543 for (size_t n = 0; n < fbos.size(); n++) in render() 555 const deUint32 fbo = fbos[layer]; in render() 632 std::vector<deUint32> fbos; in render() local 660 fbos.push_back(layerFbo); in render() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 239 std::vector<deUint32> fbos; in render() local 277 fbos.push_back(layerFbo); in render() 284 std::vector<int> order(fbos.size()); in render() 298 const deUint32 fbo = fbos[layerFace]; in render()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_command_list.txt | 101 const uint* states, const uint* fbos, uint count); 103 const uint* states, const uint* fbos, uint count); 110 … const sizei* sizes, const uint* states, const uint* fbos, uint count); 662 const uint* states, const uint* fbos, uint count); 664 const uint* states, const uint* fbos, uint count); 670 Frame buffer object names are stored in <fbos> and can 676 INVALID_OPERATION is generated if the fbo configuration from <fbos> 685 fbo = LookupFbo(fbos[i]); 756 … const sizei* sizes, const uint* states, const uint* fbos, 767 than a reference to the state object (i.e. the state objects or fbos could be [all …]
|
D | NV_sample_locations.txt | 392 framebuffer object, though a note in comment (1) ("Any other fbos will
|
/third_party/openGLES/extensions/NV/ |
D | NV_command_list.txt | 101 const uint* states, const uint* fbos, uint count); 103 const uint* states, const uint* fbos, uint count); 110 … const sizei* sizes, const uint* states, const uint* fbos, uint count); 662 const uint* states, const uint* fbos, uint count); 664 const uint* states, const uint* fbos, uint count); 670 Frame buffer object names are stored in <fbos> and can 676 INVALID_OPERATION is generated if the fbo configuration from <fbos> 685 fbo = LookupFbo(fbos[i]); 756 … const sizei* sizes, const uint* states, const uint* fbos, 767 than a reference to the state object (i.e. the state objects or fbos could be [all …]
|
D | NV_sample_locations.txt | 392 framebuffer object, though a note in comment (1) ("Any other fbos will
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 2026 deUint32 fbos[] = { 0, 0 }; in render() local 2029 ctx.genFramebuffers(2, &fbos[0]); in render() 2032 for (int fboNdx = 0; fboNdx < DE_LENGTH_OF_ARRAY(fbos); fboNdx++) in render() 2042 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[fboNdx]); in render() 2067 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[0]); in render() 2071 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[1]); in render()
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 1876 GLuint fbos[] = { 0, 0 }; in TEST_F() local 1877 glGenFramebuffers(2, fbos); in TEST_F() 1879 glBindFramebuffer(GL_READ_FRAMEBUFFER, fbos[0]); in TEST_F() 1880 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbos[1]); in TEST_F() 1954 glDeleteFramebuffers(2, fbos); in TEST_F()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_sample_positions.txt | 172 original values. Any other fbos will not be affected by this change.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_sample_positions.txt | 172 original values. Any other fbos will not be affected by this change.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sample_locations.txt | 411 framebuffer object, though a note in comment (1) ("Any other fbos will
|
D | ARB_framebuffer_object.txt | 4575 - Add issue 10 clarifying that ARB fbos cannot be shared.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sample_locations.txt | 401 framebuffer object, though a note in comment (1) ("Any other fbos will
|
D | ARB_framebuffer_object.txt | 4565 - Add issue 10 clarifying that ARB fbos cannot be shared.
|
/third_party/openGLES/api/GL/ |
D | glcorearb.h | 4977 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4978 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4982 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4995 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4996 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 5000 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
D | glext.h | 9721 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9722 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9726 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9739 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9740 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9744 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
/third_party/mesa3d/include/GL/ |
D | glcorearb.h | 4940 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4941 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4945 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4958 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4959 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4963 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
D | glext.h | 9634 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9635 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9639 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9652 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9653 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9657 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glcorearb.h | 4890 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4891 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4895 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4908 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4909 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4913 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
D | glext.h | 9545 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9546 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9550 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9563 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9564 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9568 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glcorearb.h | 4890 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4891 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4895 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4908 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4909 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 4913 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
D | glext.h | 9546 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9547 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9551 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9564 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9565 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9569 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 1023 - r600g: pick correct color swap for A8 fbos.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 35235 being color renderable with fbos (and deprecation/removal with 36585 uploading requires shaders and fbos available in GL2.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 113315 being color renderable with fbos (and deprecation/removal with 117650 uploading requires shaders and fbos available in GL2.
|