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

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 176 case GL_ACTIVE_ATTRIBUTE_MAX_LENGTH:
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_main.cpp 187 case GL_ACTIVE_ATTRIBUTE_MAX_LENGTH:
  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 255 hooks->gl.glGetProgramiv(program, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, &maxNameLen);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 495 GL_ACTIVE_ATTRIBUTE_MAX_LENGTH(0x8B8A),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 495 GL_ACTIVE_ATTRIBUTE_MAX_LENGTH(0x8B8A),
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 276 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 276 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /external/mesa3d/include/GLES2/
gl2.h 276 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /external/mesa3d/src/pixelflinger2/
shader.cpp 675 case GL_ACTIVE_ATTRIBUTE_MAX_LENGTH:
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 276 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /frameworks/base/opengl/include/GLES2/
gl2.h 276 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 180 public static final int GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 275 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 681 ::glGetProgramiv(program, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, &maxAttributeSize);
682 GLchar name[maxAttributeSize]; // GL_ACTIVE_ATTRIBUTE_MAX_LENGTH includes null termination
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h 505 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h 505 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h 505 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h 505 #define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH 0x8B8A
    [all...]

Completed in 818 milliseconds

1 2