Searched refs:GL_BLEND_DST (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if32 public static final int GL_BLEND_DST = 0x0BE0;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java32 public static final int GL_BLEND_DST = 0x0BE0; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java30 int GL_BLEND_DST = 0x0BE0; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h228 #define GL_BLEND_DST 0x0BE0 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1292 #if defined(GL_BLEND_DST)
1293 case GL_BLEND_DST:
1294 #endif // defined(GL_BLEND_DST)
1667 #if defined(GL_BLEND_DST)
1668 case GL_BLEND_DST:
1669 #endif // defined(GL_BLEND_DST)

Completed in 128 milliseconds