OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDisableVertexAttribArray
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/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
92
glDisableVertexAttribArray
(mPosAttribLoc);
93
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
...]
/frameworks/rs/driver/
rsdVertexArray.cpp
93
glDisableVertexAttribArray
(ct);
/external/chromium_org/gpu/command_buffer/service/
context_state.cc
131
glDisableVertexAttribArray
(attrib_index);
vertex_attrib_manager.cc
250
glDisableVertexAttribArray
(attrib->index());
/external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc
47
interface->fDisableVertexAttribArray =
glDisableVertexAttribArray
;
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
85
s_glDispatch.
glDisableVertexAttribArray
(0);
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc
176
glDisableVertexAttribArray
(i);
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp
46
interface->fDisableVertexAttribArray =
glDisableVertexAttribArray
;
/external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp
46
interface->fDisableVertexAttribArray =
glDisableVertexAttribArray
;
/external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h
53
#define
glDisableVertexAttribArray
GLES2_GET_FUN(DisableVertexAttribArray)
/frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp
208
glDisableVertexAttribArray
(Program::texCoords);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
562
GLES20.
glDisableVertexAttribArray
(positionHandle);
748
GLES20.
glDisableVertexAttribArray
(positionHandle);
750
GLES20.
glDisableVertexAttribArray
(texCoordHandle);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
562
GLES20.
glDisableVertexAttribArray
(positionHandle);
748
GLES20.
glDisableVertexAttribArray
(positionHandle);
750
GLES20.
glDisableVertexAttribArray
(texCoordHandle);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
562
GLES20.
glDisableVertexAttribArray
(positionHandle);
748
GLES20.
glDisableVertexAttribArray
(positionHandle);
750
GLES20.
glDisableVertexAttribArray
(texCoordHandle);
[
all
...]
/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 )
/external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp
56
interface->fDisableVertexAttribArray =
glDisableVertexAttribArray
;
266
interface->fDisableVertexAttribArray = (GrGLDisableVertexAttribArrayProc) eglGetProcAddress("
glDisableVertexAttribArray
");
/external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp
56
interface->fDisableVertexAttribArray =
glDisableVertexAttribArray
;
266
interface->fDisableVertexAttribArray = (GrGLDisableVertexAttribArrayProc) eglGetProcAddress("
glDisableVertexAttribArray
");
/frameworks/base/libs/hwui/
Caches.cpp
513
glDisableVertexAttribArray
(Program::kBindingTexCoords);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h
529
#define
glDisableVertexAttribArray
GLES2_GET_FUN(DisableVertexAttribArray)
678
GL_APICALL void GL_APIENTRY
glDisableVertexAttribArray
(GLuint index);
[
all
...]
Completed in 1074 milliseconds
1
2
3
4
5