Lines Matching defs:handle
46 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
58 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
70 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
374 void Destruct(ShHandle handle) in Destruct()
385 ShBuiltInResources GetBuiltInResources(const ShHandle handle) in GetBuiltInResources()
392 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
406 bool Compile(const ShHandle handle, in Compile()
417 void ClearResults(const ShHandle handle) in ClearResults()
424 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
431 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
441 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
453 const std::string &GetObjectCode(const ShHandle handle) in GetObjectCode()
465 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle) in GetObjectBinaryBlob()
474 bool GetShaderBinary(const ShHandle handle, in GetShaderBinary()
486 const std::map<std::string, std::string> *GetNameHashingMap(const ShHandle handle) in GetNameHashingMap()
493 const std::vector<ShaderVariable> *GetUniforms(const ShHandle handle) in GetUniforms()
503 const std::vector<ShaderVariable> *GetInputVaryings(const ShHandle handle) in GetInputVaryings()
513 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings()
523 const std::vector<ShaderVariable> *GetVaryings(const ShHandle handle) in GetVaryings()
547 const std::vector<ShaderVariable> *GetAttributes(const ShHandle handle) in GetAttributes()
557 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables()
567 const std::vector<InterfaceBlock> *GetInterfaceBlocks(const ShHandle handle) in GetInterfaceBlocks()
572 const std::vector<InterfaceBlock> *GetUniformBlocks(const ShHandle handle) in GetUniformBlocks()
582 const std::vector<InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle) in GetShaderStorageBlocks()
592 WorkGroupSize GetComputeShaderLocalGroupSize(const ShHandle handle) in GetComputeShaderLocalGroupSize()
603 int GetVertexShaderNumViews(const ShHandle handle) in GetVertexShaderNumViews()
613 const std::vector<ShPixelLocalStorageFormat> *GetPixelLocalStorageFormats(const ShHandle handle) in GetPixelLocalStorageFormats()
621 uint32_t GetShaderSpecConstUsageBits(const ShHandle handle) in GetShaderSpecConstUsageBits()
636 bool GetShaderStorageBlockRegister(const ShHandle handle, in GetShaderStorageBlockRegister()
658 bool GetUniformBlockRegister(const ShHandle handle, in GetUniformBlockRegister()
680 bool ShouldUniformBlockUseStructuredBuffer(const ShHandle handle, in ShouldUniformBlockUseStructuredBuffer()
693 const std::map<std::string, unsigned int> *GetUniformRegisterMap(const ShHandle handle) in GetUniformRegisterMap()
705 const std::set<std::string> *GetSlowCompilingUniformBlockSet(const ShHandle handle) in GetSlowCompilingUniformBlockSet()
717 unsigned int GetReadonlyImage2DRegisterIndex(const ShHandle handle) in GetReadonlyImage2DRegisterIndex()
729 unsigned int GetImage2DRegisterIndex(const ShHandle handle) in GetImage2DRegisterIndex()
741 const std::set<std::string> *GetUsedImage2DFunctionNames(const ShHandle handle) in GetUsedImage2DFunctionNames()
753 uint8_t GetClipDistanceArraySize(const ShHandle handle) in GetClipDistanceArraySize()
763 uint8_t GetCullDistanceArraySize(const ShHandle handle) in GetCullDistanceArraySize()
773 uint32_t GetMetadataFlags(const ShHandle handle) in GetMetadataFlags()
784 GLenum GetGeometryShaderInputPrimitiveType(const ShHandle handle) in GetGeometryShaderInputPrimitiveType()
795 GLenum GetGeometryShaderOutputPrimitiveType(const ShHandle handle) in GetGeometryShaderOutputPrimitiveType()
806 int GetGeometryShaderInvocations(const ShHandle handle) in GetGeometryShaderInvocations()
817 int GetGeometryShaderMaxVertices(const ShHandle handle) in GetGeometryShaderMaxVertices()
830 int GetTessControlShaderVertices(const ShHandle handle) in GetTessControlShaderVertices()
842 GLenum GetTessGenMode(const ShHandle handle) in GetTessGenMode()
853 GLenum GetTessGenSpacing(const ShHandle handle) in GetTessGenSpacing()
864 GLenum GetTessGenVertexOrder(const ShHandle handle) in GetTessGenVertexOrder()
875 GLenum GetTessGenPointMode(const ShHandle handle) in GetTessGenPointMode()
886 unsigned int GetShaderSharedMemorySize(const ShHandle handle) in GetShaderSharedMemorySize()
898 uint32_t GetAdvancedBlendEquations(const ShHandle handle) in GetAdvancedBlendEquations()