Searched refs:bumpmap (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbumper.c | 251 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()
|
D | gstglbumper.h | 42 GLuint bumpmap; member
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_envmap_bumpmap.txt | 32 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/ |
D | ATI_envmap_bumpmap.txt | 32 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/ |
D | 10.4.1.rst | 36 Inverted bumpmap in webgl applications
|
D | 10.3.6.rst | 38 Inverted bumpmap in webgl applications
|
D | 20.3.4.rst | 101 - mesa/main: remove leftover bumpmap code
|
D | 10.5.0.rst | 63 Inverted bumpmap in webgl applications
|
D | 21.0.0.rst | 1377 - mesa/main: remove leftover bumpmap code
|
D | 21.1.0.rst | 1978 - mesa/main: remove leftover bumpmap code
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 3841 | | | [#envmap-bumpmap]_ | | 3849 .. [#envmap-bumpmap] http://www.opengl.org/registry/specs/ATI/envmap_bumpmap.txt
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 119896 [689/906] bumper: nicer error for no bumpmap file proveded
|