Searched defs:modeRGB (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 130 int modeRGB, in glBlendEquationSeparate()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 456 int modeRGB, in glBlendEquationSeparateiEXT()
|
H A D | GLES32.java | 426 int modeRGB, in glBlendEquationSeparatei()
|
H A D | GLES11Ext.java | 147 int modeRGB, in glBlendEquationSeparateOES()
|
H A D | GLErrorWrapper.java | 1402 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate()
|
H A D | GLES20.java | 405 int modeRGB, in glBlendEquationSeparate()
|
H A D | GLLogWrapper.java | 3480 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 767 (JNIEnv *_env, jobject _this, jint buf, jint modeRGB, jint modeAlpha) { in android_glBlendEquationSeparateiEXT__III()
|
H A D | android_opengl_GLES32.cpp | 770 (JNIEnv *_env, jobject _this, jint buf, jint modeRGB, jint modeAlpha) { in android_glBlendEquationSeparatei__III()
|
H A D | android_opengl_GLES11Ext.cpp | 426 (JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) { in android_glBlendEquationSeparateOES__II()
|
H A D | android_opengl_GLES20.cpp | 539 (JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) { in android_glBlendEquationSeparate__II()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 7699 (JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) { in android_glBlendEquationSeparate__II()
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1929 int modeRGB, in glBlendEquationSeparate()
|