Searched defs:attribNdx (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 430 vertexShaderStream << "layout(location = " << attribNdx << ") in mediump ivec4 a_attrib" << attribNdx << ";\\n"; createProgram() local 432 vertexShaderStream << "layout(location = " << attribNdx << ") in mediump vec4 a_attrib" << attribNdx << ";\\n"; createProgram() local 450 value << (attribNdx != 0 ? " + " : "" ) << scale << " * vec4(a_attrib" << attribNdx << ")"; createProgram() local 468 value << (attribNdx != 0 ? " + " : "" ) << scale << " * a_attrib" << attribNdx; createProgram() local 1014 vertexShaderStream << "layout(location = " << attribNdx << ") in mediump ivec4 a_attrib" << attribNdx << ";\\n"; createProgram() local 1016 vertexShaderStream << "layout(location = " << attribNdx << ") in mediump vec4 a_attrib" << attribNdx << ";\\n"; createProgram() local 1034 value << (attribNdx != 0 ? " + " : "" ) << scale << " * vec4(a_attrib" << attribNdx << ")"; createProgram() local 1052 value << (attribNdx != 0 ? " + " : "" ) << scale << " * a_attrib" << attribNdx; createProgram() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.cpp | 312 inline Vec4 QuadGrid::getUserAttrib(int attribNdx, float sx, float sy) const in getUserAttrib() argument [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 255 inline Vec4 QuadGrid::getUserAttrib (int attribNdx, float sx, float sy) const in getUserAttrib() argument [all...] |
H A D | glsVertexArrayTests.cpp | 469 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) in bind() argument [all...] |
H A D | glsVertexArrayTests.hpp | 189 virtual void setAttribNdx (int attribNdx) { m_attribNdx = attribNdx; } in setAttribNdx() argument
|
Completed in 8 milliseconds