Searched refs:attrLoc (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 850 …const int attrLoc = glGetAttribLocation(m_programGL, mangleShaderNames(attrSpec.name, shaderNameMa… in setAttribute() local 852 glEnableVertexAttribArray(attrLoc); in setAttribute() 856 …glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, (… in setAttribute() 863 …const int attrLoc = glGetAttribLocation(m_programGL, mangleShaderNames(attrSpec.name, shaderNameMa… in setAttributeClientMem() local 865 glEnableVertexAttribArray(attrLoc); in setAttributeClientMem() 869 …glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, a… in setAttributeClientMem() 876 …const int attrLoc = glGetAttribLocation(m_programGL, mangleShaderNames(attrSpec.name, shaderNameMa… in disableAttributeArray() local 878 glDisableVertexAttribArray(attrLoc); in disableAttributeArray()
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_buffer_load.txt | 78 at object <i> by setting "glVertexAttribI1iEXT(attrLoc, i);" 87 in int objectID; // bound to attrLoc
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_buffer_load.txt | 78 at object <i> by setting "glVertexAttribI1iEXT(attrLoc, i);" 87 in int objectID; // bound to attrLoc
|