Home
last modified time | relevance | path

Searched refs:out_fragment_shader_id (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp60 GLuint& out_fragment_shader_id, GLuint& out_vertex_shader_id) const;
95 GLuint& out_fragment_shader_id, GLuint& out_vertex_shader_id) const in BuildProgram() argument
97 out_fragment_shader_id = gl.createShader(GL_FRAGMENT_SHADER); in BuildProgram()
103 CompileShader(out_fragment_shader_id, fragment_shader_code); in BuildProgram()
106 gl.attachShader(program_id, out_fragment_shader_id); in BuildProgram()