HomeSort by relevance Sort by last modified time
    Searched refs:BlendFuncSeparate (Results 1 - 5 of 5) sorted by null

  /frameworks/base/opengl/libagl2/src/
state.cpp 46 ctx->iface->BlendFuncSeparate(ctx->iface, sfactor, dfactor, sfactor, dfactor);
52 ctx->iface->BlendFuncSeparate(ctx->iface, srcRGB, dstRGB, srcAlpha, dstAlpha);
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 115 static void BlendFuncSeparate(GGLInterface * iface, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
197 iface->BlendFuncSeparate = BlendFuncSeparate;
222 iface->BlendFuncSeparate(iface, GL_ONE, GL_ZERO, GL_ONE, GL_ZERO);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 179 void (* BlendFuncSeparate)(GGLInterface_t * iface, GLenum srcRGB, GLenum dstRGB,
  /external/mesa3d/test/
main.cpp 167 ggl->BlendFuncSeparate(ggl, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_COLOR,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 102 #define glBlendFuncSeparate MANGLE(BlendFuncSeparate)
    [all...]

Completed in 55 milliseconds