• Home
  • Raw
  • Download

Lines Matching refs:ShHandle

45 TCompiler *GetCompilerFromHandle(ShHandle handle)  in GetCompilerFromHandle()
57 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
69 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
267 ShHandle ConstructCompiler(sh::GLenum type, in ConstructCompiler()
294 void Destruct(ShHandle handle) in Destruct()
305 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
319 bool Compile(const ShHandle handle, in Compile()
330 void ClearResults(const ShHandle handle) in ClearResults()
337 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
344 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
354 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
366 const std::string &GetObjectCode(const ShHandle handle) in GetObjectCode()
375 const std::map<std::string, std::string> *GetNameHashingMap(const ShHandle handle) in GetNameHashingMap()
382 const std::vector<ShaderVariable> *GetUniforms(const ShHandle handle) in GetUniforms()
392 const std::vector<ShaderVariable> *GetInputVaryings(const ShHandle handle) in GetInputVaryings()
402 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings()
412 const std::vector<ShaderVariable> *GetVaryings(const ShHandle handle) in GetVaryings()
436 const std::vector<ShaderVariable> *GetAttributes(const ShHandle handle) in GetAttributes()
446 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables()
456 const std::vector<InterfaceBlock> *GetInterfaceBlocks(const ShHandle handle) in GetInterfaceBlocks()
461 const std::vector<InterfaceBlock> *GetUniformBlocks(const ShHandle handle) in GetUniformBlocks()
471 const std::vector<InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle) in GetShaderStorageBlocks()
481 WorkGroupSize GetComputeShaderLocalGroupSize(const ShHandle handle) in GetComputeShaderLocalGroupSize()
492 int GetVertexShaderNumViews(const ShHandle handle) in GetVertexShaderNumViews()
502 bool HasEarlyFragmentTestsOptimization(const ShHandle handle) in HasEarlyFragmentTestsOptimization()
517 bool GetShaderStorageBlockRegister(const ShHandle handle, in GetShaderStorageBlockRegister()
539 bool GetUniformBlockRegister(const ShHandle handle, in GetUniformBlockRegister()
561 bool ShouldUniformBlockUseStructuredBuffer(const ShHandle handle, in ShouldUniformBlockUseStructuredBuffer()
574 const std::map<std::string, unsigned int> *GetUniformRegisterMap(const ShHandle handle) in GetUniformRegisterMap()
586 unsigned int GetReadonlyImage2DRegisterIndex(const ShHandle handle) in GetReadonlyImage2DRegisterIndex()
598 unsigned int GetImage2DRegisterIndex(const ShHandle handle) in GetImage2DRegisterIndex()
610 const std::set<std::string> *GetUsedImage2DFunctionNames(const ShHandle handle) in GetUsedImage2DFunctionNames()
622 bool HasValidGeometryShaderInputPrimitiveType(const ShHandle handle) in HasValidGeometryShaderInputPrimitiveType()
633 bool HasValidGeometryShaderOutputPrimitiveType(const ShHandle handle) in HasValidGeometryShaderOutputPrimitiveType()
644 bool HasValidGeometryShaderMaxVertices(const ShHandle handle) in HasValidGeometryShaderMaxVertices()
655 GLenum GetGeometryShaderInputPrimitiveType(const ShHandle handle) in GetGeometryShaderInputPrimitiveType()
666 GLenum GetGeometryShaderOutputPrimitiveType(const ShHandle handle) in GetGeometryShaderOutputPrimitiveType()
677 int GetGeometryShaderInvocations(const ShHandle handle) in GetGeometryShaderInvocations()
688 int GetGeometryShaderMaxVertices(const ShHandle handle) in GetGeometryShaderMaxVertices()
701 unsigned int GetShaderSharedMemorySize(const ShHandle handle) in GetShaderSharedMemorySize()