Home
last modified time | relevance | path

Searched refs:bumpmap (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbumper.c251 gl->GenTextures (1, &bumper->bumpmap); in gst_gl_bumper_init_resources()
252 gl->BindTexture (GL_TEXTURE_2D, bumper->bumpmap); in gst_gl_bumper_init_resources()
270 if (bumper->bumpmap) { in gst_gl_bumper_reset_resources()
271 glDeleteTextures (1, &bumper->bumpmap); in gst_gl_bumper_reset_resources()
272 bumper->bumpmap = 0; in gst_gl_bumper_reset_resources()
313 bumper->bumpmap = 0; in gst_gl_bumper_init()
500 gl->BindTexture (GL_TEXTURE_2D, bumper->bumpmap); in gst_gl_bumper_callback()
Dgstglbumper.h42 GLuint bumpmap; member
/third_party/openGLES/extensions/ATI/
DATI_envmap_bumpmap.txt32 read on a bumpmap (du,dv) texture to offset the texture coordinates
38 bumpmap texture. This map represents -1 <= du,dv <= 1 offsets to
173 each (du, dv) coordinate read from the bumpmap is specified
194 texture unit has a bumpmap which will be used to offset the texture coordinate
197 The texture unit which the bumpmap will bump is specified by setting the
204 BUMP_TARGET_ATI unit. The (du,dv) texel will be fetched from the bumpmap
205 at the texture coordinate specified for the bumpmap. This (du,dv) texel
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_envmap_bumpmap.txt32 read on a bumpmap (du,dv) texture to offset the texture coordinates
38 bumpmap texture. This map represents -1 <= du,dv <= 1 offsets to
173 each (du, dv) coordinate read from the bumpmap is specified
194 texture unit has a bumpmap which will be used to offset the texture coordinate
197 The texture unit which the bumpmap will bump is specified by setting the
204 BUMP_TARGET_ATI unit. The (du,dv) texel will be fetched from the bumpmap
205 at the texture coordinate specified for the bumpmap. This (du,dv) texel
/third_party/mesa3d/docs/relnotes/
D10.4.1.rst36 Inverted bumpmap in webgl applications
D10.3.6.rst38 Inverted bumpmap in webgl applications
D20.3.4.rst101 - mesa/main: remove leftover bumpmap code
D10.5.0.rst63 Inverted bumpmap in webgl applications
D21.0.0.rst1377 - mesa/main: remove leftover bumpmap code
D21.1.0.rst1978 - mesa/main: remove leftover bumpmap code
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3841 | | | [#envmap-bumpmap]_ | |
3849 .. [#envmap-bumpmap] http://www.opengl.org/registry/specs/ATI/envmap_bumpmap.txt
/third_party/gstreamer/gstplugins_bad/
DChangeLog119896 [689/906] bumper: nicer error for no bumpmap file proveded