Home
last modified time | relevance | path

Searched refs:setAttribute0value (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h81 void setAttribute0value(float x, float y, float z, float w);
DGLESv2Context.cpp73 setAttribute0value(0.0, 0.0, 0.0, 1.0); in init()
441 void GLESv2Context::setAttribute0value(float x, float y, float z, float w) in setAttribute0value() function in GLESv2Context
DGLESv2Imp.cpp4139 ctx->setAttribute0value(x, 0.0, 0.0, 1.0); in glVertexAttrib1f()
4148 ctx->setAttribute0value(values[0], 0.0, 0.0, 1.0); in glVertexAttrib1fv()
4158 ctx->setAttribute0value(x, y, 0.0, 1.0); in glVertexAttrib2f()
4167 ctx->setAttribute0value(values[0], values[1], 0.0, 1.0); in glVertexAttrib2fv()
4177 ctx->setAttribute0value(x, y, z, 1.0); in glVertexAttrib3f()
4186 ctx->setAttribute0value(values[0], values[1], values[2], 1.0); in glVertexAttrib3fv()
4196 ctx->setAttribute0value(x, y, z, w); in glVertexAttrib4f()
4205 ctx->setAttribute0value(values[0], values[1], values[2], values[3]); in glVertexAttrib4fv()