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

1 2 3

  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 76 glGetTexEnv ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
98 glTexEnv ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
  /external/mesa3d/src/mesa/main/
texenv.c 407 case GL_TEXTURE_ENV_COLOR:
530 if (pname == GL_TEXTURE_ENV_COLOR) {
648 if (pname == GL_TEXTURE_ENV_COLOR) {
714 if (pname == GL_TEXTURE_ENV_COLOR) {
es1_conversion.c 330 if (pname != GL_TEXTURE_ENV_COLOR &&
366 case GL_TEXTURE_ENV_COLOR:
842 case GL_TEXTURE_ENV_COLOR: {
attrib.c 777 _mesa_TexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_COLOR, unit->EnvColor);
    [all...]
  /external/mesa3d/src/glx/tests/
enum_sizes.cpp 333 EXPECT_EQ(4, __glTexEnvfv_size(GL_TEXTURE_ENV_COLOR));
365 case GL_TEXTURE_ENV_COLOR:
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
android_opengl_GLES10.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 209 public static final int GL_TEXTURE_ENV_COLOR = 0x2201;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 268 case GL_TEXTURE_ENV_COLOR: {
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 398 case GL_TEXTURE_ENV_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 310 case GL_TEXTURE_ENV_COLOR: {
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 209 public static final int GL_TEXTURE_ENV_COLOR = 0x2201;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 207 int GL_TEXTURE_ENV_COLOR = 0x2201;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 421 #define GL_TEXTURE_ENV_COLOR 0x2201
    [all...]
  /external/mesa3d/include/GLES/
gl.h 421 #define GL_TEXTURE_ENV_COLOR 0x2201
    [all...]
  /external/swiftshader/include/GLES/
gl.h 310 #define GL_TEXTURE_ENV_COLOR 0x2201
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 421 #define GL_TEXTURE_ENV_COLOR 0x2201
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 311 #define GL_TEXTURE_ENV_COLOR 0x2201
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 378 #define GL_TEXTURE_ENV_COLOR 0x2201
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 491 gl.glTexEnvfv(GL11.GL_TEXTURE_ENV, GL11.GL_TEXTURE_ENV_COLOR, mTextureColor, 0);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 213 GL_TEXTURE_ENV_COLOR(0x2201),
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 976 if (pname == GL_TEXTURE_ENV_COLOR) {
    [all...]

Completed in 1339 milliseconds

1 2 3