Searched refs:fbos (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 375 std::vector<deUint32> fbos; in render() local 407 fbos.push_back(layerFbo); in render() 414 for (size_t n = 0; n < fbos.size(); n++) in render() 427 const deUint32 fbo = fbos[face]; in render() 504 std::vector<deUint32> fbos; in render() local 534 fbos.push_back(layerFbo); in render() 541 for (size_t n = 0; n < fbos.size(); n++) in render() 553 const deUint32 fbo = fbos[layer]; in render() 630 std::vector<deUint32> fbos; in render() local 658 fbos.push_back(layerFbo); in render() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 151 std::vector<deUint32> fbos; in render() local 189 fbos.push_back(layerFbo); in render() 196 std::vector<int> order(fbos.size()); in render() 210 const deUint32 fbo = fbos[layerFace]; in render()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 2004 deUint32 fbos[] = { 0, 0 }; in render() local 2007 ctx.genFramebuffers(2, &fbos[0]); in render() 2010 for (int fboNdx = 0; fboNdx < DE_LENGTH_OF_ARRAY(fbos); fboNdx++) in render() 2020 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[fboNdx]); in render() 2045 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[0]); in render() 2049 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[1]); in render()
|
/external/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 | 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);
|
/external/mesa3d/include/GL/ |
D | glext.h | 9200 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9201 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9205 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9218 …GLintptr *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9219 …GLuint64 *indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9223 …st void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
|