HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
ColoredTextured.j3md 4 Texture2D ColorMap
Unshaded.j3md 4 Texture2D ColorMap
26 HAS_COLORMAP : ColorMap
SimpleTextured.j3md 6 Texture2D ColorMap
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
UnshadedArray.j3md 4 TextureArray ColorMap
26 HAS_COLORMAP : ColorMap
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Texture.glsllib 18 vec4 Texture_GetColor(in sampler2D colorMap, in vec2 texCoord){
20 vec4 color = texture2D(colorMap, texCoord);
39 return texture2D(colorMap, texCoord);
  /external/giflib/
gifalloc.c 46 * ColorMap if that pointer is non-NULL.
50 const GifColorType * ColorMap) {
73 if (ColorMap) {
75 (char *)ColorMap, ColorCount * sizeof(GifColorType));
145 /*** FIXME: What if there are duplicate entries into the colormap to begin
316 /* Deallocate its Colormap */
317 if (sp->ImageDesc.ColorMap) {
318 FreeMapObject(sp->ImageDesc.ColorMap);
319 sp->ImageDesc.ColorMap = NULL;
369 if (sp->ImageDesc.ColorMap) {
    [all...]