/external/deqp/external/openglcts/modules/gles31/ |
es31cTextureStorageMultisampleDependenciesTests.hpp | 51 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesFBOIncompleteness1Test 70 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesFBOIncompleteness2Test 91 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesFBOIncompleteness3Test 114 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesFBOIncompleteness4Test 136 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesFBOIncompleteness5Test 159 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTexture2DCalls1Test 180 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTexture2DCalls2Test 201 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTextureLayerCalls1Test 223 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTextureLayerCalls2Test 286 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureDependenciesNoErrorGeneratedForValidFramebufferTexture2DCallsTest [all...] |
es31cTextureStorageMultisampleDependenciesTests.cpp | 57 , fbo_id(0) 68 if (fbo_id != 0) 70 gl.deleteFramebuffers(1, &fbo_id); 72 fbo_id = 0; 232 gl.genFramebuffers(1, &fbo_id); 233 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_id); 283 , fbo_id(0) 296 if (fbo_id != 0) 298 gl.deleteFramebuffers(1, &fbo_id); 300 fbo_id = 0 [all...] |
es31cTextureStorageMultisampleGetMultisamplefvTests.cpp | 174 , fbo_id(0) 220 gl.genFramebuffers(1, &fbo_id); 224 if (fbo_id == 0) 229 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_id); 248 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_id); 300 /* Delete a framebuffer object of id fbo_id */ 301 if (fbo_id != 0) 303 gl.deleteFramebuffers(1, &fbo_id); 305 fbo_id = 0;
|
es31cTextureStorageMultisampleFunctionalTests.hpp | 148 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureFunctionalTestsSampleMaskingForNonIntegerColorRenderableTexturesTest 177 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureFunctionalTestsSampleMaskingTexturesTest 201 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureFunctionalTestsTextureSizeFragmentShadersTest 224 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureFunctionalTestsTextureSizeVertexShadersTest
|
es31cTextureStorageMultisampleGetMultisamplefvTests.hpp | 78 glw::GLuint fbo_id; member in class:glcts::MultisampleTextureGetMultisamplefvNullValArgumentsAcceptedTest
|
es31cTextureStorageMultisampleFunctionalTests.cpp | [all...] |
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderLayeredRendering.hpp | 142 glw::GLuint fbo_id; member in struct:glcts::GeometryShaderLayeredRendering::__anon18788
|
esextcGeometryShaderLayeredRendering.cpp | 403 gl.genFramebuffers(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].fbo_id); 404 gl.genFramebuffers(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].fbo_id); 405 gl.genFramebuffers(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_3D].fbo_id); 406 gl.genFramebuffers(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_MULTISAMPLE_ARRAY].fbo_id); 410 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].fbo_id); 414 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].fbo_id); 418 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, m_tests[LAYERED_RENDERING_TEST_ITERATION_3D].fbo_id); 422 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_MULTISAMPLE_ARRAY].fbo_id); 445 gl.bindFramebuffer(GL_FRAMEBUFFER, m_tests[n_current_test].fbo_id); 557 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_tests[n_current_test].fbo_id); [all...] |
esextcGeometryShaderLayeredFramebuffer.cpp | 551 glw::GLuint fbo_id = (n == 0) ? m_fbo_char_id : (n == 1) ? m_fbo_int_id : m_fbo_uint_id; local 555 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_id); 580 glw::GLuint fbo_id = 0; local 596 fbo_id = m_fbo_char_id; 612 fbo_id = m_fbo_int_id; 628 fbo_id = m_fbo_uint_id; 662 gl.bindFramebuffer(GL_FRAMEBUFFER, fbo_id); [all...] |
esextcGeometryShaderLayeredFBO.hpp | 36 static bool checkFBOCompleteness(tcu::TestContext& test_context, const glw::Functions& gl, glw::GLenum fbo_id,
|
esextcGeometryShaderLayeredFBO.cpp | 45 * @param fbo_id ID of the framebuffer to use for the query. 52 glw::GLenum fbo_id, glw::GLenum expected_completeness_status) 57 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_id); 67 test_context.getLog() << tcu::TestLog::Message << "Test iteration [" << fbo_id << "] failed. " [all...] |
/external/deqp/external/openglcts/modules/gles3/ |
es3cCopyTexImageConversionsTests.cpp | [all...] |