Searched refs:attribTexCoords (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 194 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/ |
D | ImageFlipRenderThread.java | 147 int attribTexCoords = glGetAttribLocation(program, "texCoords"); in run() local 162 glEnableVertexAttribArray(attribTexCoords); in run() 175 glVertexAttribPointer(attribTexCoords, 3, GL_FLOAT, false, in run()
|