Home
last modified time | relevance | path

Searched refs:attribute_location (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp1684 GLint attribute_location = gl.getAttribLocation(program_id, attribute_name.str().c_str()); in configureAttribute() local
1687 if (invalid_attrib_location == attribute_location) in configureAttribute()
1690 << ") returned: " << attribute_location << tcu::TestLog::EndMessage; in configureAttribute()
1704 gl.enableVertexAttribArray(attribute_location + column); in configureAttribute()
1707 gl.vertexAttribLPointer(attribute_location + column, n_rows /* size */, GL_DOUBLE, in configureAttribute()
1731 gl.vertexAttribL1d(attribute_location, attribute_ordinal); in configureAttribute()
1735 gl.vertexAttribL2d(attribute_location, attribute_ordinal + 1, attribute_ordinal + 2); in configureAttribute()
1757 gl.vertexAttribL3d(attribute_location, attribute_ordinal + 0, attribute_ordinal + 1, in configureAttribute()
1762 gl.vertexAttribL4d(attribute_location, attribute_ordinal + 0, attribute_ordinal + 1, in configureAttribute()
1779 gl.vertexAttribL2d(attribute_location in configureAttribute()
[all...]
H A Dgl4cGPUShaderFP64Tests.hpp1239 glw::GLint attribute_location; member
H A Dgl4cGPUShaderFP64Tests.cpp8949 current_variable.attribute_location = gl.getAttribLocation(m_po_id, attribute_name_sstream.str().c_str()); in buildTestProgram()
8951 if (current_variable.attribute_location == -1) in buildTestProgram()
10327 gl.vertexAttribL1dv(variable.attribute_location + index, data); in setInputAttributeValues()
10335 gl.vertexAttribL2dv(variable.attribute_location + index, data); in setInputAttributeValues()
10343 gl.vertexAttribL3dv(variable.attribute_location + index, data); in setInputAttributeValues()
10351 gl.vertexAttribL4dv(variable.attribute_location + index, data); in setInputAttributeValues()
10364 gl.disableVertexAttribArray(variable.attribute_location + index); in setInputAttributeValues()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp844 glw::GLint attribute_location = in prepareProgramInput() local
847 if ((-1 == attribute_location) || (GL_NO_ERROR != gl.getError())) in prepareProgramInput()
859 gl.enableVertexAttribArray(attribute_location); in prepareProgramInput()
863 gl.vertexAttribIPointer(attribute_location, vertex_buffer_info.n_components, vertex_buffer_info.type, in prepareProgramInput()
868 gl.vertexAttribPointer(attribute_location, vertex_buffer_info.n_components, vertex_buffer_info.type, in prepareProgramInput()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp5127 glw::GLint attribute_location = m_gl->getAttribLocation(program_id, attribute_name.c_str()); local
5129 if ((m_invalid_attribute_location == (glw::GLuint)attribute_location) || (GL_NO_ERROR != m_gl->getError()))
5137 m_gl->enableVertexAttribArray(attribute_location);
5140 m_gl->vertexAttribPointer(attribute_location, n_components, type, GL_FALSE, 0 /* stride */, 0 /* offset */);

Completed in 36 milliseconds