Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp2154 bool AttributeFormatTest::PrepareVAO(glw::GLint size, glw::GLenum type_gl_name, bool normalized, in PrepareVAO() argument
2196 …gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, normalize… in PrepareVAO()
2197 …gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, normalize… in PrepareVAO()
2201 gl.vertexArrayAttribLFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, 0); in PrepareVAO()
2202 gl.vertexArrayAttribLFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, 0); in PrepareVAO()
2206 gl.vertexArrayAttribIFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, 0); in PrepareVAO()
2207 gl.vertexArrayAttribIFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, 0); in PrepareVAO()
2224 << ", type = " << glu::getTypeStr(type_gl_name) in PrepareVAO()
H A Dgl4cDirectStateAccessTests.hpp4278 bool PrepareVAO(glw::GLint size, glw::GLenum type_gl_name, bool normalized,