OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_glBufferSubData
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_opcodes.h
19
#define
OP_glBufferSubData
2061
gl2_enc.cpp
249
int tmp =
OP_glBufferSubData
;memcpy(ptr, &tmp, 4); ptr += 4;
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_opcodes.h
50
#define
OP_glBufferSubData
1068
gl_enc.cpp
796
int tmp =
OP_glBufferSubData
;memcpy(ptr, &tmp, 4); ptr += 4;
[
all
...]
Completed in 48 milliseconds