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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp128 src0Alpha = GL_CONSTANT;
135 src0Alpha = opaque ? GL_CONSTANT : GL_TEXTURE;
144 glTexEnvi(GL_TEXTURE_ENV, GL_SRC1_RGB, GL_CONSTANT);
154 if (combineRGB == GL_MODULATE || src0Alpha == GL_CONSTANT) {
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if54 public static final int GL_CONSTANT = 0x8576;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java54 public static final int GL_CONSTANT = 0x8576; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java52 int GL_CONSTANT = 0x8576; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h529 #define GL_CONSTANT 0x8576 macro

Completed in 535 milliseconds