HomeSort by relevance Sort by last modified time
    Searched full:m_texcoords (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathCache.cpp 45 m_texcoords.append(k);
46 m_texcoords.append(l);
47 m_texcoords.append(m);
53 m_texcoords.clear();
LoopBlinnPathCache.h 69 return m_texcoords.data();
111 Vector<float> m_texcoords; member in class:WebCore::LoopBlinnPathCache
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 31 m_texCoords = new GLESpointer[s_glSupport.maxTexUnits];
32 m_map[GL_TEXTURE_COORD_ARRAY] = &m_texCoords[m_clientActiveTexture];
42 GLEScmContext::GLEScmContext():GLEScontext(),m_texCoords(NULL),m_pointsIndex(-1), m_clientActiveTexture(0) {
57 m_map[GL_TEXTURE_COORD_ARRAY] = &m_texCoords[m_clientActiveTexture];
61 if(m_texCoords){
62 delete[] m_texCoords;
63 m_texCoords = NULL;
GLEScmContext.h 63 GLESpointer* m_texCoords;

Completed in 233 milliseconds