HomeSort by relevance Sort by last modified time
    Searched refs:GL_FUNC_ADD (Results 1 - 25 of 41) sorted by null

1 2

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 79 if (GL_FUNC_ADD != modeRGB && (GL_FUNC_SUBTRACT > modeRGB ||
82 if (GL_FUNC_ADD != modeRGB && (GL_FUNC_SUBTRACT > modeRGB ||
85 ctx->state.blendState.ce = (GGLBlendState::GGLBlendFunc)(modeRGB - GL_FUNC_ADD);
86 ctx->state.blendState.ae = (GGLBlendState::GGLBlendFunc)(modeAlpha - GL_FUNC_ADD);
221 iface->BlendEquationSeparate(iface, GL_FUNC_ADD, GL_FUNC_ADD);
llvm_scanline.cpp 378 switch (gglCtx->blendState.ce + GL_FUNC_ADD) {
379 case GL_FUNC_ADD:
396 switch (gglCtx->blendState.ae + GL_FUNC_ADD) {
397 case GL_FUNC_ADD:
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 19 return mode == GL_FUNC_ADD ||
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 112 return mode == GL_FUNC_ADD ||
  /external/mesa3d/test/
main.cpp 169 ggl->BlendEquationSeparate(ggl, GL_FUNC_ADD, GL_FUNC_ADD);
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 66 int GL_FUNC_ADD = 0x8006;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 467 case GL_FUNC_ADD: d3dBlendOp = D3DBLENDOP_ADD; break;
Context.cpp 54 mState.blendEquationRGB = GL_FUNC_ADD;
55 mState.blendEquationAlpha = GL_FUNC_ADD;
    [all...]
libGLESv2.cpp 303 case GL_FUNC_ADD:
313 case GL_FUNC_ADD:
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 243 GL_FUNC_ADD(0x8006),
  /external/webkit/Source/WebCore/platform/graphics/android/
ShaderProgram.cpp 270 glBlendEquation(GL_FUNC_ADD);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 243 GL_FUNC_ADD(0x8006),
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 94 #define GL_FUNC_ADD 0x8006
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 94 #define GL_FUNC_ADD 0x8006
  /external/mesa3d/include/GLES2/
gl2.h 94 #define GL_FUNC_ADD 0x8006
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 94 #define GL_FUNC_ADD 0x8006
  /frameworks/base/opengl/include/GLES2/
gl2.h 94 #define GL_FUNC_ADD 0x8006
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 49 public static final int GL_FUNC_ADD = 0x8006;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 93 #define GL_FUNC_ADD 0x8006

Completed in 777 milliseconds

1 2