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