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

1 2 3

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 48 glDisableVertexAttribArray,
  /frameworks/rs/driver/
rsdVertexArray.cpp 93 glDisableVertexAttribArray(ct);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 148 FUNCTION_TABLE_ENTRY(glDisableVertexAttribArray);
245 #define glDisableVertexAttribArray LOOKUP_GL_FUNCTION(glDisableVertexAttribArray)
OpenGLShims.cpp 114 ASSIGN_FUNCTION_TABLE_ENTRY(glDisableVertexAttribArray, success);
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 46 interface->fDisableVertexAttribArray = glDisableVertexAttribArray;
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 88 s_glDispatch.glDisableVertexAttribArray(0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerVertex.java 156 case glDisableVertexAttribArray:
157 glDisableVertexAttribArray(msg);
272 // void glDisableVertexAttribArray(GLuint index)
273 public void glDisableVertexAttribArray(Message msg) {
DebuggerMessage.java 70 glDisableVertexAttribArray(39, 39),
269 case 39: return glDisableVertexAttribArray;
    [all...]
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 46 interface->fDisableVertexAttribArray = glDisableVertexAttribArray;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 109 glDisableVertexAttribArray = 83;
  /frameworks/base/libs/hwui/
Caches.cpp 342 glDisableVertexAttribArray(Program::kBindingTexCoords);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 58 void glDisableVertexAttribArray(GLuint);
379 GL_CMD(glDisableVertexAttribArray(gInVertexAttributeIndex))
650 GL_CMD(glDisableVertexAttribArray(0))
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 77 glDisableVertexAttribArray;
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 40 void glDisableVertexAttribArray ( GLuint index )
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 245 void (GL_APIENTRY *GLDispatch::glDisableVertexAttribArray)(GLuint) = NULL;
483 LOAD_GL_FUNC(glDisableVertexAttribArray);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /external/mesa3d/include/GLES2/
gl2.h 513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES2/
gl2.h 513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES2/
gl2.h 513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 512 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 512 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);

Completed in 94 milliseconds

1 2 3