Searched refs:glVertexAttrib4fv (Results 1 - 25 of 38) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl143 { "glVertexAttrib4fv", (deFunctionPtr)glVertexAttrib4fv },
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp185 } else if (0 == strcmp("glVertexAttrib4fv", name)) {
186 return (GrGLFuncPtr) glVertexAttrib4fv;
379 } else if (0 == strcmp("glVertexAttrib4fv", name)) {
380 return (GrGLFuncPtr) glVertexAttrib4fv;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl143 gl->vertexAttrib4fv = &glVertexAttrib4fv;
H A DglwInitES30Direct.inl143 gl->vertexAttrib4fv = &glVertexAttrib4fv;
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.cc196 glVertexAttrib4fv(attrib, attrib_values[attrib].v);
272 // glVertexAttrib4fv aren't part of VAO state and must be restored.
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc119 functions->fVertexAttrib4fv = glVertexAttrib4fv;
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp115 functions->fVertexAttrib4fv = glVertexAttrib4fv;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h158 #define glVertexAttrib4fv GLES2_GET_FUN(VertexAttrib4fv) macro
/external/deqp/modules/gles2/functional/
H A Des2fNegativeVertexArrayApiTests.cpp83 glVertexAttrib4fv(maxVertexAttribs, &v[0]);
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp143 functions->fVertexAttrib4fv = glVertexAttrib4fv;
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc325 glVertexAttrib4fv(i, vertex_attrib_[i].current_vertex_attrib);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h629 #define glVertexAttrib4fv GLES2_GET_FUN(VertexAttrib4fv) macro
778 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl194 gl->vertexAttrib4fv = glVertexAttrib4fv;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h612 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h517 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc559 glVertexAttrib4fv(indx, values);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp191 void glVertexAttrib4fv (deUint32 indx, const float* values);
/external/mesa3d/include/GLES2/
H A Dgl2.h613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1347 glVertexAttrib4fv(indx, values);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c864 void GL_APIENTRY glVertexAttrib4fv(GLuint indx, const GLfloat* values) { function
/external/deqp/modules/gles3/functional/
H A Des3fNegativeVertexArrayApiTests.cpp93 glVertexAttrib4fv(maxVertexAttribs, &v[0]);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp85 ctx.glVertexAttrib4fv(maxVertexAttribs, &v[0]);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h1469 "glVertexAttrib4fv",
1470 reinterpret_cast<GLES2FunctionPointer>(glVertexAttrib4fv),
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h946 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);

Completed in 75 milliseconds

12