OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext_blend_equation_separate
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/mesa/main/
extensions.c
161
{ "GL_EXT_blend_equation_separate", o(
EXT_blend_equation_separate
), GL, 2003 },
229
{ "GL_OES_blend_equation_separate", o(
EXT_blend_equation_separate
), ES1, 2009 },
281
{ "GL_ATI_blend_equation_separate", o(
EXT_blend_equation_separate
), GL, 2003 },
[
all
...]
version.c
114
ctx->Extensions.
EXT_blend_equation_separate
&&
285
ctx->Extensions.
EXT_blend_equation_separate
);
blend.c
437
if ( (modeRGB != modeA) && !ctx->Extensions.
EXT_blend_equation_separate
) {
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c
65
ctx->Extensions.
EXT_blend_equation_separate
= true;
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c
421
ctx->Extensions.
EXT_blend_equation_separate
= true;
/external/mesa3d/src/mesa/state_tracker/
st_extensions.c
360
{ o(
EXT_blend_equation_separate
), PIPE_CAP_BLEND_EQUATION_SEPARATE },
/external/mesa3d/src/glx/
glxextensions.c
137
{ GL(
EXT_blend_equation_separate
), VER(0,0), Y, N, N, N },
/external/mesa3d/src/glx/tests/
indirect_api.cpp
[
all
...]
Completed in 815 milliseconds