OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heightindex
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp
159
void fixup_glTexImage(int widthIndex, int
heightIndex
, GLMessage *glmsg, void *dataSrc) {
161
GLMessage_DataType arg_height = glmsg->args(
heightIndex
);
200
int
heightIndex
= 4;
201
fixup_glTexImage(widthIndex,
heightIndex
, glmsg, pointersToFixup[0]);
217
int
heightIndex
= 5;
218
fixup_glTexImage(widthIndex,
heightIndex
, glmsg, pointersToFixup[0]);
[
all
...]
Completed in 34 milliseconds