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

  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.h 23 unsigned ShaderType;
AMDGPU.h 57 namespace ShaderType {
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 23 enum ShaderType {
48 typedef std::pair<ShaderType, bool> ShaderProgramKeyType;
75 ShaderType shader);
140 ScalerStage(ShaderType shader_,
147 ShaderType shader;
181 scoped_refptr<ShaderProgram> GetShaderProgram(ShaderType type, bool swizzle);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 89 enum ShaderType
215 virtual ShaderExecutable *loadExecutable(const void *function, size_t length, rx::ShaderType type) = 0;
216 virtual ShaderExecutable *compileToExecutable(gl::InfoLog &infoLog, const char *shaderHLSL, rx::ShaderType type, D3DWorkaroundType workaround) = 0;
  /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...]

Completed in 195 milliseconds