HomeSort by relevance Sort by last modified time
    Searched defs:m_texCoords (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 195 const float* getTexCoordPtr (void) const { DE_STATIC_ASSERT(sizeof(TexCoordVec) == TEX_COORD_DIMS*(int)sizeof(float)); return (float*)&m_texCoords[0]; }
203 vector<TexCoordVec> m_texCoords;
222 return m_texCoords[(row*m_gridSize + col) * 4];
260 m_texCoords.reserve(m_gridSize*m_gridSize*4);
265 DE_ASSERT((int)m_texCoords.size() == m_gridSize*m_gridSize*4);
271 DE_ASSERT(m_texCoords.empty());
281 m_texCoords.push_back(useSafeTexCoords ? safe2DTexCoords(rawCoord, textureSize) : rawCoord);
288 DE_ASSERT(m_texCoords.empty());
307 m_texCoords.push_back(texCoord);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 245 const float* getTexCoordPtr (void) const { DE_STATIC_ASSERT(sizeof(TexCoordVec) == TEX_COORD_DIMS*(int)sizeof(float)); return (float*)&m_texCoords[0]; }
253 vector<TexCoordVec> m_texCoords;
272 return m_texCoords[(row*m_gridSize + col) * 4];
310 m_texCoords.reserve(m_gridSize*m_gridSize*4);
315 DE_ASSERT((int)m_texCoords.size() == m_gridSize*m_gridSize*4);
321 DE_ASSERT(m_texCoords.empty());
331 m_texCoords.push_back(useSafeTexCoords ? safe2DTexCoords(rawCoord, textureSize) : rawCoord);
338 DE_ASSERT(m_texCoords.empty());
357 m_texCoords.push_back(texCoord);
364 DE_ASSERT(m_texCoords.empty())
    [all...]

Completed in 217 milliseconds