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

1 2 3 4

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 48 glDisableVertexAttribArray,
  /frameworks/native/cmds/flatland/
Renderers.cpp 131 glDisableVertexAttribArray(mPosAttribLoc);
132 glDisableVertexAttribArray(mUVAttribLoc);
Composers.cpp 89 glDisableVertexAttribArray(mPosAttribLoc);
90 glDisableVertexAttribArray(mUVAttribLoc);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 50 {"glDisableVertexAttribArray", (void*)glDisableVertexAttribArray},
gl2_client_context.h 50 glDisableVertexAttribArray_client_proc_t glDisableVertexAttribArray;
259 virtual glDisableVertexAttribArray_client_proc_t set_glDisableVertexAttribArray(glDisableVertexAttribArray_client_proc_t f) { glDisableVertexAttribArray_client_proc_t retval = glDisableVertexAttribArray; glDisableVertexAttribArray = f; return retval;}
    [all...]
gl2_entry.cpp 48 void glDisableVertexAttribArray(GLuint index);
464 void glDisableVertexAttribArray(GLuint index)
467 ctx->glDisableVertexAttribArray(ctx, index);
    [all...]
  /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);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 85 s_glDispatch.glDisableVertexAttribArray(0);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 48 interface->fDisableVertexAttribArray = glDisableVertexAttribArray;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 45 interface->fDisableVertexAttribArray = glDisableVertexAttribArray;
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 58 void glDisableVertexAttribArray(GLuint);
379 GL_CMD(glDisableVertexAttribArray(gInVertexAttributeIndex))
650 GL_CMD(glDisableVertexAttribArray(0))
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 562 GLES20.glDisableVertexAttribArray(positionHandle);
748 GLES20.glDisableVertexAttribArray(positionHandle);
750 GLES20.glDisableVertexAttribArray(texCoordHandle);
    [all...]
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 78 glDisableVertexAttribArray;
  /frameworks/base/libs/hwui/
Caches.cpp 432 glDisableVertexAttribArray(Program::kBindingTexCoords);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 109 glDisableVertexAttribArray = 83;
  /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/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 512 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 512 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);

Completed in 950 milliseconds

1 2 3 4