Home
last modified time | relevance | path

Searched refs:mNormalized (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp127 else if (mNormalized) in fillContainer()
144 glVertexAttribPointer(index, mData.getDimension(), mGLType, mNormalized, mStride, in enable()
158 GLboolean mNormalized; member
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.cpp74 mVertexAttributes[attributeIndex].mNormalized = normalized; in setAttributeState()
DVertexDataManager.cpp203 translated[i].normalized = attrib.mNormalized; in prepareVertexData()
DContext.h167 …VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0)… in VertexAttribute()
274 bool mNormalized; variable
DlibGLESv3.cpp1885 *params = (attribState.mNormalized ? GL_TRUE : GL_FALSE); in GetVertexAttribIiv()
1941 *params = (attribState.mNormalized ? GL_TRUE : GL_FALSE); in GetVertexAttribIuiv()
DlibGLESv2.cpp3660 *params = (GLfloat)(attribState.mNormalized ? GL_TRUE : GL_FALSE); in GetVertexAttribfv()
3713 *params = (attribState.mNormalized ? GL_TRUE : GL_FALSE); in GetVertexAttribiv()
/external/swiftshader/src/OpenGL/libGLES_CM/
DVertexDataManager.cpp188 translated[i].normalized = attribs[i].mNormalized; in prepareVertexData()
DContext.h149 …VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), … in VertexAttribute()
179 bool mNormalized; variable
DContext.cpp897 mState.vertexAttribute[attribNum].mNormalized = normalized; in setVertexAttribState()