Home
last modified time | relevance | path

Searched defs:texCoords (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgram.h37 enum { position=0, texCoords=1 }; enumerator
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp90 const GLfloat texCoords[4][2] = { in main() local
/frameworks/native/opengl/tests/filter/
Dfilter.cpp151 const GLfloat texCoords[4][2] = { in main() local
/frameworks/base/libs/hwui/
DUvMapper.h89 void map(Rect& texCoords) const { in map()
DProgram.h399 int texCoords; variable
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp103 const GLfloat texCoords[4][2] = { in main() local
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp158 const GLfixed texCoords[] = { in Java_com_android_gljni_GLJNILib_step() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp240 const GLfixed texCoords[] = { in render() local
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp349 const GLfixed texCoords[] = { in render() local
/frameworks/native/services/surfaceflinger/
DLayer.cpp1193 Mesh::VertexArray<vec2> texCoords(mMesh.getTexCoordArray<vec2>()); local