/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/ |
D | sdlshare.c | 210 gl->EnableVertexAttribArray (texture_vertex_attr); in InitGL() 211 gl->EnableVertexAttribArray (texture_texcoord_attr); in InitGL() 255 gl->EnableVertexAttribArray (triangle_vertex_attr); in InitGL() 256 gl->EnableVertexAttribArray (triangle_color_attr); in InitGL()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgloverlaycompositor.c | 149 gl->EnableVertexAttribArray (overlay->position_attrib); in gst_gl_composition_overlay_init_vertex_buffer() 150 gl->EnableVertexAttribArray (overlay->texcoord_attrib); in gst_gl_composition_overlay_init_vertex_buffer() 203 gl->EnableVertexAttribArray (overlay->position_attrib); in gst_gl_composition_overlay_bind_vertex_buffer() 204 gl->EnableVertexAttribArray (overlay->texcoord_attrib); in gst_gl_composition_overlay_bind_vertex_buffer()
|
D | gstglfilter.c | 1194 gl->EnableVertexAttribArray (filter->draw_attr_position_loc); in _bind_buffer() 1195 gl->EnableVertexAttribArray (filter->draw_attr_texture_loc); in _bind_buffer()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfiltercube.c | 421 gl->EnableVertexAttribArray (cube_filter->attr_position); in _bind_buffer() 422 gl->EnableVertexAttribArray (cube_filter->attr_texture); in _bind_buffer()
|
D | gstglmosaic.c | 267 gl->EnableVertexAttribArray (mosaic->attr_position_loc); in _bind_buffer() 268 gl->EnableVertexAttribArray (mosaic->attr_texture_loc); in _bind_buffer()
|
D | gstgloverlay.c | 413 gl->EnableVertexAttribArray (filter->draw_attr_position_loc); in _bind_buffer() 414 gl->EnableVertexAttribArray (filter->draw_attr_texture_loc); in _bind_buffer()
|
D | gstglvideomixer.c | 1332 gl->EnableVertexAttribArray (attr_position_loc); in _draw_checker_background() 1625 gl->EnableVertexAttribArray (attr_position_loc); in gst_gl_video_mixer_callback() 1626 gl->EnableVertexAttribArray (attr_texture_loc); in gst_gl_video_mixer_callback()
|
D | gstgltransformation.c | 939 gl->EnableVertexAttribArray (transformation->attr_position); in _bind_buffer() 940 gl->EnableVertexAttribArray (transformation->attr_texture); in _bind_buffer()
|
D | gstglbumper.c | 511 gl->EnableVertexAttribArray (locTangent); in gst_gl_bumper_callback()
|
D | caopengllayersink.m | 823 gl->EnableVertexAttribArray (ca_sink->attr_position); 824 gl->EnableVertexAttribArray (ca_sink->attr_texture);
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglupload.c | 128 gl->EnableVertexAttribArray (shader_attr_position_loc); in _bind_buffer() 129 gl->EnableVertexAttribArray (shader_attr_texture_loc); in _bind_buffer()
|
D | gstglcontext.c | 156 gl->EnableVertexAttribArray (shader_attr_position_loc); in _bind_buffer() 157 gl->EnableVertexAttribArray (shader_attr_texture_loc); in _bind_buffer()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 151 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(i)); in enableVertexArrays()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 93 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 86 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 89 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLInterface()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstglwidget.c | 103 gl->EnableVertexAttribArray (priv->attr_position); in gtk_gst_gl_widget_bind_buffer() 104 gl->EnableVertexAttribArray (priv->attr_texture); in gtk_gst_gl_widget_bind_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | shaders.h | 239 GST_GL_EXT_FUNCTION (void, EnableVertexAttribArray,
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl3_loader.h | 465 PFNGLENABLEVERTEXATTRIBARRAYPROC EnableVertexAttribArray; member 524 #define glEnableVertexAttribArray imgl3wProcs.gl.EnableVertexAttribArray
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 266 gl.EnableVertexAttribArray(glAttrib); in CreateVAOForVertexState()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_array_object.txt | 113 EnableVertexAttribArray; all commands which draw from vertex arrays, 414 VertexAttrib*Pointer, EnableVertexAttribArray and DisableVertexAttribArray
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_array_object.txt | 123 EnableVertexAttribArray; all commands which draw from vertex arrays, 424 VertexAttrib*Pointer, EnableVertexAttribArray and DisableVertexAttribArray
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 32 "EnableVertexAttribArray", "Finish", "Flush",
|
/third_party/openGLES/extensions/NV/ |
D | NV_instanced_arrays.txt | 90 After description of EnableVertexAttribArray /
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_instanced_arrays.txt | 90 After description of EnableVertexAttribArray /
|