OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_coords
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
149
const Vec4* getCoords (void) const { return &
m_coords
[0]; }
170
vector<Vec4>
m_coords
; //!< Near-unit coordinates, roughly [-2.0 .. 2.0].
member in class:deqp::gls::QuadGrid
189
m_coords
.resize(m_numVertices);
210
m_coords
[vtxNdx] = getCoords(sx, sy);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
136
const tcu::Vec4* getCoords (void) const { return &
m_coords
[0]; }
159
std::vector<tcu::Vec4>
m_coords
; //!< Near-unit coordinates, roughly [-2.0 .. 2.0].
member in class:vkt::sr::QuadGrid
184
m_coords
.resize(m_numVertices);
202
m_coords
[vtxNdx] = getCoords(sx, sy);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h
303
btScalar
m_coords
[4]; // Coordinates
member in struct:btSoftBody::Note
btSoftBody.cpp
199
n.
m_coords
[0] = c.x();
200
n.
m_coords
[1] = c.y();
201
n.
m_coords
[2] = c.z();
202
n.
m_coords
[3] = c.w();
[
all
...]
btSoftBodyHelpers.cpp
378
p+=n.m_nodes[j]->m_x*n.
m_coords
[j];
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp
[
all
...]
Completed in 359 milliseconds