/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | iosurfaceglmemory.c | 54 gl->BindTexture (target, gl_mem->tex_id); in _io_surface_gl_memory_create() 55 gl->BindTexture (target, 0); in _io_surface_gl_memory_create() 227 gl->BindTexture (tex_target, tex_id); in _io_surface_gl_memory_set_surface() 233 gl->BindTexture (tex_target, 0); in _io_surface_gl_memory_set_surface()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldifferencematte.c | 356 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (in_tex)); in gst_gl_differencematte_diff() 361 gl->BindTexture (GL_TEXTURE_2D, in gst_gl_differencematte_diff() 381 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (in_tex)); in gst_gl_differencematte_hblur() 405 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (in_tex)); in gst_gl_differencematte_vblur() 429 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (in_tex)); in gst_gl_differencematte_interp() 434 gl->BindTexture (GL_TEXTURE_2D, differencematte->newbgtexture->tex_id); in gst_gl_differencematte_interp() 439 gl->BindTexture (GL_TEXTURE_2D, differencematte->midtexture[2]->tex_id); in gst_gl_differencematte_interp()
|
D | gstglmosaic.c | 303 gl->BindTexture (GL_TEXTURE_2D, 0); in gst_gl_mosaic_callback() 425 gl->BindTexture (GL_TEXTURE_2D, in_tex); in gst_gl_mosaic_callback() 441 gl->BindTexture (GL_TEXTURE_2D, 0); in gst_gl_mosaic_callback()
|
D | gstgldeinterlace.c | 483 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (in_tex)); in gst_gl_deinterlace_vfir_callback() 524 gl->BindTexture (GL_TEXTURE_2D, in gst_gl_deinterlace_greedyh_callback() 529 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (in_tex)); in gst_gl_deinterlace_greedyh_callback()
|
D | gstglbumper.c | 252 gl->BindTexture (GL_TEXTURE_2D, bumper->bumpmap); in gst_gl_bumper_init_resources() 500 gl->BindTexture (GL_TEXTURE_2D, bumper->bumpmap); in gst_gl_bumper_callback() 505 gl->BindTexture (GL_TEXTURE_2D, texture); in gst_gl_bumper_callback()
|
/third_party/gstreamer/gstplugins_base/ext/gl/effects/ |
D | gstgleffectglow.c | 72 gl->BindTexture (GL_TEXTURE_2D, in gst_gl_effects_glow() 79 gl->BindTexture (GL_TEXTURE_2D, in gst_gl_effects_glow()
|
D | gstgleffectrgbtocurve.c | 54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve() 66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
|
D | gstgleffectlumatocurve.c | 54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve() 66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
|
D | gstgleffectxray.c | 110 gl->BindTexture (GL_TEXTURE_2D, in gst_gl_effects_xray() 116 gl->BindTexture (GL_TEXTURE_2D, in gst_gl_effects_xray()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | NativeSwapChainImplGL.cpp | 36 gl.BindTexture(GL_TEXTURE_2D, mBackTexture); in Init() 58 gl.BindTexture(GL_TEXTURE_2D, mBackTexture); in Configure()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | NativeSwapChainImplGL.cpp | 36 gl.BindTexture(GL_TEXTURE_2D, mBackTexture); in Init() 58 gl.BindTexture(GL_TEXTURE_2D, mBackTexture); in Configure()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemory.c | 233 gl->BindTexture (target, tex_id); in _new_texture() 243 gl->BindTexture (target, 0); in _new_texture() 473 gl->BindTexture (target, gl_mem->tex_id); in _gl_tex_download_get_tex_image() 477 gl->BindTexture (target, 0); in _gl_tex_download_get_tex_image() 574 gl->BindTexture (gl_target, gl_mem->tex_id); in gst_gl_memory_texsubimage() 588 gl->BindTexture (gl_target, 0); in gst_gl_memory_texsubimage() 713 gl->BindTexture (out_tex_target, tex_id); in gst_gl_memory_copy_teximage() 719 gl->BindTexture (out_tex_target, 0); in gst_gl_memory_copy_teximage() 751 gl->BindTexture (out_tex_target, tex_id); in gst_gl_memory_copy_teximage() 762 gl->BindTexture (out_tex_target, 0); in gst_gl_memory_copy_teximage() [all …]
|
D | gstglmemorypbo.c | 169 gl->BindTexture (target, tex_id); in _new_texture() 179 gl->BindTexture (target, 0); in _new_texture() 500 gl->BindTexture (out_tex_target, tex_id); in _gl_mem_copy_thread() 507 gl->BindTexture (out_tex_target, 0); in _gl_mem_copy_thread() 515 gl->BindTexture (out_tex_target, 0); in _gl_mem_copy_thread() 541 gl->BindTexture (out_tex_target, 0); in _gl_mem_copy_thread()
|
/third_party/flutter/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 287 callgl(BindTexture, GR_GL_TEXTURE_2D, id); in createTexture() 330 callgl(BindTexture, GR_GL_TEXTURE_2D, atlasTexture->fID); in setTextureData() 345 callgl(BindTexture, GR_GL_TEXTURE_2D, atlas->fID); in drawSDFGlyphs()
|
/third_party/openGLES/extensions/OES/ |
D | OES_EGL_image_external.txt | 116 Accepted as a target in the <target> parameter of BindTexture and 225 external texture is used (i.e. when Uniform1i or BindTexture is 233 already bound) an external texture by calling BindTexture after all 236 buffer at or after the time that BindTexture is called. (Note that 237 calling BindTexture after calling commands that modify the EGLImage 242 the texture, before the call to BindTexture is made.) 340 void BindTexture( enum target, uint texture ); 348 BindTexture may also be used to bind an existing texture object to 373 * or TEXTURE_EXTERNAL_OES is deleted, it is as though BindTexture had 411 void BindTexture( enum target, uint texture ); [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_EGL_image_external.txt | 106 Accepted as a target in the <target> parameter of BindTexture and 215 external texture is used (i.e. when Uniform1i or BindTexture is 223 already bound) an external texture by calling BindTexture after all 226 buffer at or after the time that BindTexture is called. (Note that 227 calling BindTexture after calling commands that modify the EGLImage 232 the texture, before the call to BindTexture is made.) 330 void BindTexture( enum target, uint texture ); 338 BindTexture may also be used to bind an existing texture object to 363 * or TEXTURE_EXTERNAL_OES is deleted, it is as though BindTexture had 401 void BindTexture( enum target, uint texture ); [all …]
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 157 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_EGL_stream_consumer_external.txt | 100 Accepted as a target in the <target> parameter of BindTexture: 189 used (i.e. when Uniform1i or BindTexture is called). If there 355 void BindTexture( enum target, uint texture ); 363 BindTexture may also be used to bind an existing texture object to 388 * or TEXTURE_EXTERNAL_OES is deleted, it is as though BindTexture had 426 void BindTexture( enum target, uint texture ); 435 BindTexture may also be used to bind an existing texture object to 463 is deleted, it is as though BindTexture had been executed with the
|
/third_party/openGLES/extensions/NV/ |
D | NV_EGL_stream_consumer_external.txt | 100 Accepted as a target in the <target> parameter of BindTexture: 189 used (i.e. when Uniform1i or BindTexture is called). If there 355 void BindTexture( enum target, uint texture ); 363 BindTexture may also be used to bind an existing texture object to 388 * or TEXTURE_EXTERNAL_OES is deleted, it is as though BindTexture had 426 void BindTexture( enum target, uint texture ); 435 BindTexture may also be used to bind an existing texture object to 463 is deleted, it is as though BindTexture had been executed with the
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/ |
D | sdlshare.c | 306 gl->BindTexture (GL_TEXTURE_2D, texture); in DrawGLScene() 315 gl->BindTexture (GL_TEXTURE_2D, 0); in DrawGLScene()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_1_autogen.h | 23 ANGLE_EXPORT void GL_APIENTRY BindTexture(GLenum target, GLuint texture);
|
/third_party/skia/tests/ |
D | TextureBindingsResetTest.cpp | 50 GL(BindTexture(target.fName, claimedIDs[i++])); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | EGLImageTest.cpp | 133 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo.fTarget, texInfo.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 214 gl->BindTexture (gl_target, gl_mem->mem.tex_id); in _gl_mem_create()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_multi_bind.txt | 240 BindTexture(target, textures[i]); 243 BindTexture(target, 0); 528 (1) Regular binding commands such as BindBuffer or BindTexture can be used 551 Additionally, if BindTexture is used to create a texture object, the 747 other targets (used by BindTexture). This API would update the 749 binding points if something were bound there via BindTexture. However, 750 BindTexture would still be available and is commonly used today, so 824 following for BindTexture: 833 multi-bind commands are different from the BindTexture language quoted
|