/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 90 {"glGetVertexAttribPointerv", (void*)glGetVertexAttribPointerv},
|
gl2_client_context.h | 90 glGetVertexAttribPointerv_client_proc_t glGetVertexAttribPointerv;
|
gl2_client_context.cpp | 92 glGetVertexAttribPointerv = (glGetVertexAttribPointerv_client_proc_t) getProc("glGetVertexAttribPointerv", userData);
|
gl2_entry.cpp | 88 void glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer); 708 void glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer) 711 ctx->glGetVertexAttribPointerv(ctx, index, pname, pointer); [all...] |
/external/deqp/framework/egl/ |
egluStaticES20Library.inl | 83 { "glGetVertexAttribPointerv", (deFunctionPtr)glGetVertexAttribPointerv },
|
/external/chromium_org/android_webview/browser/ |
scoped_app_gl_state_restore.cc | 287 glGetVertexAttribPointerv( 289 glGetVertexAttribPointerv(
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 83 gl->getVertexAttribPointerv = &glGetVertexAttribPointerv;
|
glwInitES30Direct.inl | 83 gl->getVertexAttribPointerv = &glGetVertexAttribPointerv;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 96 #define glGetVertexAttribPointerv GLES2_GET_FUN(GetVertexAttribPointerv)
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeStateApiTests.cpp | 458 ES2F_ADD_API_CASE(get_vertex_attrib_pointerv, "Invalid glGetVertexAttribPointerv() usage", 463 glGetVertexAttribPointerv(0, -1, &ptr[0]); 470 glGetVertexAttribPointerv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_POINTER, &ptr[0]);
|
es2fShaderStateQueryTests.cpp | [all...] |
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 569 #define glGetVertexAttribPointerv GLES2_GET_FUN(GetVertexAttribPointerv) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fNegativeStateApiTests.cpp | 749 ES3F_ADD_API_CASE(get_vertex_attrib_pointerv, "Invalid glGetVertexAttribPointerv() usage", 754 glGetVertexAttribPointerv(0, -1, &ptr[0]); 761 glGetVertexAttribPointerv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_POINTER, &ptr[0]); [all...] |
es3fShaderStateQueryTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeStateApiTests.cpp | 773 ctx.glGetVertexAttribPointerv(0, -1, &ptr[0]); 780 ctx.glGetVertexAttribPointerv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_POINTER, &ptr[0]); [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 139 gl->getVertexAttribPointerv = glGetVertexAttribPointerv;
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 553 GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer);
|
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 552 GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 457 GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, void **pointer);
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 553 GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 129 void glGetVertexAttribPointerv (deUint32 index, deUint32 pname, void** pointer);
|
/external/mesa3d/include/GLES2/ |
gl2.h | 553 GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer);
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
ppb_opengles2_thunk.cc | 768 glGetVertexAttribPointerv(index, pname, pointer); [all...] |
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 518 glGetVertexAttribPointerv(GLuint index, GLenum pname, void** pointer) { [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |