Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5SamplerArrayIndexing.cpp259 glw::GLint position_attribute_location = gl.getAttribLocation(m_po_id, "position"); in iterate() local
261 gl.vertexAttribPointer(position_attribute_location, 4 /* size */, GL_FLOAT, GL_FALSE, 0 /* stride */, in iterate()
263 gl.enableVertexAttribArray(position_attribute_location); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp7087 GLint position_attribute_location = 0; in Copy2DR8UITexture() local
7102 position_attribute_location = glGetAttribLocation(m_program_id, position_attribute_name); in Copy2DR8UITexture()
7104 if (invalid_attribute_location == position_attribute_location) in Copy2DR8UITexture()
7110 glVertexAttribPointer(position_attribute_location, 4 /*size */, GL_FLOAT, GL_FALSE /* normalized */, in Copy2DR8UITexture()
7114 glEnableVertexAttribArray(position_attribute_location); in Copy2DR8UITexture()
7590 GLint position_attribute_location = 0; in CopyRGBA8TextureLayer() local
7605 position_attribute_location = glGetAttribLocation(m_program_id, position_attribute_name); in CopyRGBA8TextureLayer()
7607 if (invalid_attribute_location == position_attribute_location) in CopyRGBA8TextureLayer()
7613 glVertexAttribPointer(position_attribute_location, 4 /*size */, GL_FLOAT, GL_FALSE /* normalized */, in CopyRGBA8TextureLayer()
7617 glEnableVertexAttribArray(position_attribute_location); in CopyRGBA8TextureLayer()
8298 GLint position_attribute_location = 0; Copy2DRGBA8Textures() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp668 const glw::GLint position_attribute_location = gl.getAttribLocation(m_po_id, "position"); in executeTest() local
732 gl.vertexAttribPointer(position_attribute_location, 4, GL_FLOAT, GL_FALSE, 0 /* stride */, NULL); in executeTest()
733 gl.enableVertexAttribArray(position_attribute_location); in executeTest()

Completed in 17 milliseconds