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

  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 196 class ShaderType : public Type
199 ShaderType (const Context& ctx) : Type(ctx) {}
368 ShaderType m_shaderType;
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessBufferAccessTests.cpp 48 enum ShaderType
80 ShaderType shaderType,
86 static void genBufferShaderAccess (ShaderType shaderType,
100 ShaderType shaderType,
105 const ShaderType m_shaderType;
116 ShaderType shaderType,
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 67 // ShaderType
69 enum ShaderType
81 const char* getShaderTypeName (ShaderType shaderType);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 374 enum pipe_shader_type ShaderType; /**< PIPE_SHADER_x */
  /external/deqp/executor/
xeTestCaseResult.hpp 314 enum ShaderType
326 Shader (void) : Item(TYPE_SHADER), shaderType(SHADERTYPE_LAST), compileStatus(false) {}
329 ShaderType shaderType;
  /external/deqp/modules/egl/
teglRobustnessTests.cpp 73 enum ShaderType
222 const ShaderType& shaderType);
228 const ShaderType& shaderType,
235 const ShaderType& getShaderType (void) const { return m_shaderType; }
246 ShaderType m_shaderType;
289 const ShaderType& shaderType)
293 , m_shaderType (shaderType)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 71 enum ShaderType
88 std::string generateVertexShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
97 switch (shaderType)
130 std::string generateFragmentShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
140 switch (shaderType)
188 std::string generateTessControlShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
199 switch (shaderType)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp 80 enum ShaderType
103 ShaderType shader;
    [all...]
  /external/swiftshader/src/Shader/
Shader.hpp 28 enum ShaderType
439 std::string string(ShaderType shaderType, unsigned short version) const;
440 std::string typeString(ShaderType shaderType, unsigned short version) const;
481 std::string string(ShaderType shaderType, unsigned short version) const;
503 std::string string(ShaderType shaderType, unsigned short version) const;
562 ShaderType getShaderType() const
    [all...]

Completed in 563 milliseconds