Home
last modified time | relevance | path

Searched refs:attribTexCoords (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java194 int attribTexCoords = glGetAttribLocation(program, "texCoords"); in run() local
209 glEnableVertexAttribArray(attribTexCoords); in run()
222 glVertexAttribPointer(attribTexCoords, 3, GL_FLOAT, false, in run()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java147 int attribTexCoords = glGetAttribLocation(program, "texCoords"); in run() local
162 glEnableVertexAttribArray(attribTexCoords); in run()
175 glVertexAttribPointer(attribTexCoords, 3, GL_FLOAT, false, in run()