Home
last modified time | relevance | path

Searched refs:EnableVertexAttribArray (Results 1 – 25 of 48) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c210 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/
Dgstgloverlaycompositor.c149 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()
Dgstglfilter.c1194 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/
Dgstglfiltercube.c421 gl->EnableVertexAttribArray (cube_filter->attr_position); in _bind_buffer()
422 gl->EnableVertexAttribArray (cube_filter->attr_texture); in _bind_buffer()
Dgstglmosaic.c267 gl->EnableVertexAttribArray (mosaic->attr_position_loc); in _bind_buffer()
268 gl->EnableVertexAttribArray (mosaic->attr_texture_loc); in _bind_buffer()
Dgstgloverlay.c413 gl->EnableVertexAttribArray (filter->draw_attr_position_loc); in _bind_buffer()
414 gl->EnableVertexAttribArray (filter->draw_attr_texture_loc); in _bind_buffer()
Dgstglvideomixer.c1332 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()
Dgstgltransformation.c939 gl->EnableVertexAttribArray (transformation->attr_position); in _bind_buffer()
940 gl->EnableVertexAttribArray (transformation->attr_texture); in _bind_buffer()
Dgstglbumper.c511 gl->EnableVertexAttribArray (locTangent); in gst_gl_bumper_callback()
Dcaopengllayersink.m823 gl->EnableVertexAttribArray (ca_sink->attr_position);
824 gl->EnableVertexAttribArray (ca_sink->attr_texture);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglupload.c128 gl->EnableVertexAttribArray (shader_attr_position_loc); in _bind_buffer()
129 gl->EnableVertexAttribArray (shader_attr_texture_loc); in _bind_buffer()
Dgstglcontext.c156 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/
DGrGLVertexArray.cpp151 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(i)); in enableVertexArrays()
DGrGLAssembleWebGLInterfaceAutogen.cpp93 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp86 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp89 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLInterface()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c103 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/
Dshaders.h239 GST_GL_EXT_FUNCTION (void, EnableVertexAttribArray,
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3_loader.h465 PFNGLENABLEVERTEXATTRIBARRAYPROC EnableVertexAttribArray; member
524 #define glEnableVertexAttribArray imgl3wProcs.gl.EnableVertexAttribArray
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp266 gl.EnableVertexAttribArray(glAttrib); in CreateVAOForVertexState()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_array_object.txt113 EnableVertexAttribArray; all commands which draw from vertex arrays,
414 VertexAttrib*Pointer, EnableVertexAttribArray and DisableVertexAttribArray
/third_party/openGLES/extensions/ARB/
DARB_vertex_array_object.txt123 EnableVertexAttribArray; all commands which draw from vertex arrays,
424 VertexAttrib*Pointer, EnableVertexAttribArray and DisableVertexAttribArray
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json532 "EnableVertexAttribArray", "Finish", "Flush",
/third_party/openGLES/extensions/NV/
DNV_instanced_arrays.txt90 After description of EnableVertexAttribArray /
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_instanced_arrays.txt90 After description of EnableVertexAttribArray /

12