HomeSort by relevance Sort by last modified time
    Searched defs:ShaderType (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.h 29 unsigned ShaderType;
AMDGPU.h 40 namespace ShaderType {
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 75 enum ShaderType {
101 /** Emits a helper function outside of main(). Currently ShaderType must be
103 void emitFunction(ShaderType shader,
122 visibility is a bitfield of ShaderType values indicating from which shaders the uniform
173 void getShader(ShaderType, SkString*) const;
194 void appendUniformDecls(ShaderType, SkString*) const;
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 76 public static enum ShaderType {
99 ShaderType shaderType;
106 public ShaderSource(ShaderType type){
108 this.shaderType = type;
115 this.shaderType = ss.shaderType;
127 oc.write(shaderType, "shaderType", null);
135 shaderType = ic.readEnum("shaderType", ShaderType.class, null);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 39 enum ShaderType {
169 GLuint loadShader(GLenum shaderType, const char* pSource);
171 void initProgram(ShaderType type);
174 void drawQuadInternal(ShaderType type, const GLfloat* matrix, int textureId,
179 ShaderType getTextureShaderType(GLenum textureTarget, bool hasRepeatScale);
236 ShaderType m_cachedProgramType;

Completed in 318 milliseconds