Searched defs:ShaderSource (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java60 private ArrayList<ShaderSource> shaderList;
97 public static class ShaderSource extends NativeObject implements Savable { class in class:Shader
106 public ShaderSource(ShaderType type){ method in class:Shader.ShaderSource
107 super(ShaderSource.class);
113 protected ShaderSource(ShaderSource ss){ method in class:Shader.ShaderSource
114 super(ShaderSource.class, ss.id);
121 public ShaderSource(){ method in class:Shader.ShaderSource
122 super(ShaderSource.class);
205 ((Renderer)rendererObject).deleteShaderSource(ShaderSource
[all...]
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h225 void (* ShaderSource)(gl_shader_t * shader, GLsizei count, const char ** string, const int * length); member in struct:GGLInterface

Completed in 116 milliseconds