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
60
) sorted by null
1
2
3
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
Triangle.java
138
GLES20.
glDisableVertexAttribArray
(mPositionHandle);
Square.java
148
GLES20.
glDisableVertexAttribArray
(mPositionHandle);
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h
50
{"
glDisableVertexAttribArray
", (void*)
glDisableVertexAttribArray
},
gl2_client_context.h
50
glDisableVertexAttribArray_client_proc_t
glDisableVertexAttribArray
;
gl2_client_context.cpp
52
glDisableVertexAttribArray
= (glDisableVertexAttribArray_client_proc_t) getProc("
glDisableVertexAttribArray
", userData);
/external/chromium_org/third_party/angle/tests/angle_tests/
VertexAttributeTest.cpp
49
glDisableVertexAttribArray
(mTestAttrib);
50
glDisableVertexAttribArray
(mExpectedAttrib);
ANGLETest.cpp
70
glDisableVertexAttribArray
(positionLocation);
/external/deqp/framework/egl/
egluStaticES20Library.inl
43
{ "
glDisableVertexAttribArray
", (deFunctionPtr)
glDisableVertexAttribArray
},
/external/deqp/modules/egl/
teglGLES2SharingTests.cpp
462
GLU_CHECK_CALL(
glDisableVertexAttribArray
(colorLocation));
463
GLU_CHECK_CALL(
glDisableVertexAttribArray
(gridLocation));
638
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLocation));
639
GLU_CHECK_CALL(
glDisableVertexAttribArray
(texCoordLocation));
773
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLocation));
774
GLU_CHECK_CALL(
glDisableVertexAttribArray
(colorLocation));
1062
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLocation));
1063
GLU_CHECK_CALL(
glDisableVertexAttribArray
(colorLocation));
[
all
...]
teglImageFormatTests.cpp
785
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
946
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
[
all
...]
/external/deqp/modules/glshared/
glsMemoryStressCase.cpp
251
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
410
GLU_CHECK_CALL(
glDisableVertexAttribArray
(bufferLoc));
411
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
/external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp
73
} else if (0 == strcmp("
glDisableVertexAttribArray
", name)) {
74
return (GrGLFuncPtr)
glDisableVertexAttribArray
;
267
} else if (0 == strcmp("
glDisableVertexAttribArray
", name)) {
268
return (GrGLFuncPtr)
glDisableVertexAttribArray
;
/external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl
43
gl->disableVertexAttribArray = &
glDisableVertexAttribArray
;
glwInitES30Direct.inl
43
gl->disableVertexAttribArray = &
glDisableVertexAttribArray
;
/external/chromium_org/gpu/command_buffer/service/
context_state.cc
240
glDisableVertexAttribArray
(attrib_index);
vertex_attrib_manager.cc
251
glDisableVertexAttribArray
(attrib->index());
/external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc
54
functions->fDisableVertexAttribArray =
glDisableVertexAttribArray
;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java
458
GLES20.
glDisableVertexAttribArray
(posLocation);
459
GLES20.
glDisableVertexAttribArray
(texLocation);
/external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp
478
glDisableVertexAttribArray
(m_posLoc);
479
glDisableVertexAttribArray
(m_byteVecLoc);
es2fNegativeVertexArrayApiTests.cpp
118
ES2F_ADD_API_CASE(disable_vertex_attrib_array, "Invalid
glDisableVertexAttribArray
() usage",
122
glDisableVertexAttribArray
(maxVertexAttribs);
es2fReadPixelsTests.cpp
120
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
/external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp
326
GLU_CHECK_CALL(
glDisableVertexAttribArray
(colorLoc));
327
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
es3fReadPixelsTests.cpp
164
GLU_CHECK_CALL(
glDisableVertexAttribArray
(coordLoc));
/external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h
55
#define
glDisableVertexAttribArray
GLES2_GET_FUN(DisableVertexAttribArray)
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc
330
glDisableVertexAttribArray
(i);
Completed in 183 milliseconds
1
2
3