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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.h110 GLfloat FloatValues[4]; member in union:gl::VertexAttribCurrentValueData::__anon10828
120 FloatValues[valueIndex] = floatValues[valueIndex];
145 return (Type == other.Type && memcmp(FloatValues, other.FloatValues, sizeof(float) * 4) == 0);
H A DlibGLESv2.cpp3955 params[i] = currentValueData.FloatValues[i];
3997 float currentValue = currentValueData.FloatValues[i];
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DVertexDataManager.cpp60 mCurrentValue[i].FloatValues[0] = std::numeric_limits<float>::quiet_NaN();
61 mCurrentValue[i].FloatValues[1] = std::numeric_limits<float>::quiet_NaN();
62 mCurrentValue[i].FloatValues[2] = std::numeric_limits<float>::quiet_NaN();
63 mCurrentValue[i].FloatValues[3] = std::numeric_limits<float>::quiet_NaN();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DVertexBuffer11.cpp103 input = reinterpret_cast<const char*>(currentValue.FloatValues);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DVertexBuffer9.cpp111 input = reinterpret_cast<const char*>(currentValue.FloatValues);

Completed in 162 milliseconds