OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribTexCoords
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java
194
int
attribTexCoords
= glGetAttribLocation(program, "texCoords");
209
glEnableVertexAttribArray(
attribTexCoords
);
222
glVertexAttribPointer(
attribTexCoords
, 3, GL_FLOAT, false,
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java
147
int
attribTexCoords
= glGetAttribLocation(program, "texCoords");
162
glEnableVertexAttribArray(
attribTexCoords
);
175
glVertexAttribPointer(
attribTexCoords
, 3, GL_FLOAT, false,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
585
final int
attribTexCoords
= glGetAttribLocation(program, "texCoords");
596
glEnableVertexAttribArray(
attribTexCoords
);
613
glVertexAttribPointer(
attribTexCoords
, 3, GL_FLOAT, false,
[
all
...]
Completed in 46 milliseconds