Home
last modified time | relevance | path

Searched refs:to_ids (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFBO.cpp96 * @param to_ids Exactly GeometryShaderLayeredFBOShared::n_shared_to_ids Texture
99 void GeometryShaderLayeredFBOShared::deinitTOs(const glw::Functions& gl, const glw::GLuint* to_ids) in deinitTOs() argument
101 if (to_ids != DE_NULL) in deinitTOs()
103 gl.deleteTextures(GeometryShaderLayeredFBOShared::n_shared_to_ids, to_ids); in deinitTOs()
111 * @param to_ids Exactly 7 Texture Object IDs, initialized as per test spec.
116 const glw::GLuint* to_ids, glw::GLuint* out_fbo_ids) in initFBOs()
118 const glw::GLuint to_id_a = to_ids[0]; in initFBOs()
119 const glw::GLuint to_id_a_prim = to_ids[1]; in initFBOs()
120 const glw::GLuint to_id_b = to_ids[2]; in initFBOs()
121 const glw::GLuint to_id_c = to_ids[ in initFBOs()
114 initFBOs(const glw::Functions& gl, glw::glFramebufferTextureFunc pGLFramebufferTexture, const glw::GLuint* to_ids, glw::GLuint* out_fbo_ids) initFBOs() argument
[all...]
H A DesextcGeometryShaderLayeredFBO.hpp41 static void deinitTOs(const glw::Functions& gl, const glw::GLuint* to_ids);
44 const glw::GLuint* to_ids, glw::GLuint* out_fbo_ids);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp1023 const glw::GLuint to_ids[] = { m_to_base_id, m_to_ref_id }; in setUpFunctionalTestObjects() local
1024 const unsigned int n_to_ids = sizeof(to_ids) / sizeof(to_ids[0]); in setUpFunctionalTestObjects()
1028 gl.bindTexture(GL_TEXTURE_2D, to_ids[n_to_id]); in setUpFunctionalTestObjects()

Completed in 5 milliseconds