Lines Matching defs:handle
47 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
59 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
71 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
365 void Destruct(ShHandle handle) in Destruct()
376 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
390 bool Compile(const ShHandle handle, in Compile()
401 void ClearResults(const ShHandle handle) in ClearResults()
408 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
415 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
425 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
437 const std::string &GetObjectCode(const ShHandle handle) in GetObjectCode()
449 const BinaryBlob &GetObjectBinaryBlob(const ShHandle handle) in GetObjectBinaryBlob()
458 const std::map<std::string, std::string> *GetNameHashingMap(const ShHandle handle) in GetNameHashingMap()
465 const std::vector<ShaderVariable> *GetUniforms(const ShHandle handle) in GetUniforms()
475 const std::vector<ShaderVariable> *GetInputVaryings(const ShHandle handle) in GetInputVaryings()
485 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings()
495 const std::vector<ShaderVariable> *GetVaryings(const ShHandle handle) in GetVaryings()
519 const std::vector<ShaderVariable> *GetAttributes(const ShHandle handle) in GetAttributes()
529 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables()
539 const std::vector<InterfaceBlock> *GetInterfaceBlocks(const ShHandle handle) in GetInterfaceBlocks()
544 const std::vector<InterfaceBlock> *GetUniformBlocks(const ShHandle handle) in GetUniformBlocks()
554 const std::vector<InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle) in GetShaderStorageBlocks()
564 WorkGroupSize GetComputeShaderLocalGroupSize(const ShHandle handle) in GetComputeShaderLocalGroupSize()
575 int GetVertexShaderNumViews(const ShHandle handle) in GetVertexShaderNumViews()
585 bool HasEarlyFragmentTestsOptimization(const ShHandle handle) in HasEarlyFragmentTestsOptimization()
595 uint32_t GetShaderSpecConstUsageBits(const ShHandle handle) in GetShaderSpecConstUsageBits()
610 bool GetShaderStorageBlockRegister(const ShHandle handle, in GetShaderStorageBlockRegister()
632 bool GetUniformBlockRegister(const ShHandle handle, in GetUniformBlockRegister()
654 bool ShouldUniformBlockUseStructuredBuffer(const ShHandle handle, in ShouldUniformBlockUseStructuredBuffer()
667 const std::map<std::string, unsigned int> *GetUniformRegisterMap(const ShHandle handle) in GetUniformRegisterMap()
679 const std::set<std::string> *GetSlowCompilingUniformBlockSet(const ShHandle handle) in GetSlowCompilingUniformBlockSet()
691 unsigned int GetReadonlyImage2DRegisterIndex(const ShHandle handle) in GetReadonlyImage2DRegisterIndex()
703 unsigned int GetImage2DRegisterIndex(const ShHandle handle) in GetImage2DRegisterIndex()
715 const std::set<std::string> *GetUsedImage2DFunctionNames(const ShHandle handle) in GetUsedImage2DFunctionNames()
727 bool HasValidGeometryShaderInputPrimitiveType(const ShHandle handle) in HasValidGeometryShaderInputPrimitiveType()
738 bool HasValidGeometryShaderOutputPrimitiveType(const ShHandle handle) in HasValidGeometryShaderOutputPrimitiveType()
749 bool HasValidGeometryShaderMaxVertices(const ShHandle handle) in HasValidGeometryShaderMaxVertices()
760 bool HasValidTessGenMode(const ShHandle handle) in HasValidTessGenMode()
771 bool HasValidTessGenSpacing(const ShHandle handle) in HasValidTessGenSpacing()
782 bool HasValidTessGenVertexOrder(const ShHandle handle) in HasValidTessGenVertexOrder()
793 bool HasValidTessGenPointMode(const ShHandle handle) in HasValidTessGenPointMode()
804 GLenum GetGeometryShaderInputPrimitiveType(const ShHandle handle) in GetGeometryShaderInputPrimitiveType()
815 GLenum GetGeometryShaderOutputPrimitiveType(const ShHandle handle) in GetGeometryShaderOutputPrimitiveType()
826 int GetGeometryShaderInvocations(const ShHandle handle) in GetGeometryShaderInvocations()
837 int GetGeometryShaderMaxVertices(const ShHandle handle) in GetGeometryShaderMaxVertices()
850 int GetTessControlShaderVertices(const ShHandle handle) in GetTessControlShaderVertices()
862 GLenum GetTessGenMode(const ShHandle handle) in GetTessGenMode()
873 GLenum GetTessGenSpacing(const ShHandle handle) in GetTessGenSpacing()
884 GLenum GetTessGenVertexOrder(const ShHandle handle) in GetTessGenVertexOrder()
895 GLenum GetTessGenPointMode(const ShHandle handle) in GetTessGenPointMode()
906 unsigned int GetShaderSharedMemorySize(const ShHandle handle) in GetShaderSharedMemorySize()