• Home
  • Raw
  • Download

Lines Matching defs:functions

46 const char *GetString(const FunctionsGL *functions, GLenum name)  in GetString()
56 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa()
74 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber()
89 int GetQualcommVersion(const FunctionsGL *functions) in GetQualcommVersion()
105 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber()
119 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber()
133 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx()
139 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx()
145 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder()
151 bool IsAdreno5xx(const FunctionsGL *functions) in IsAdreno5xx()
157 bool IsMaliT8xxOrOlder(const FunctionsGL *functions) in IsMaliT8xxOrOlder()
163 bool IsMaliG31OrOlder(const FunctionsGL *functions) in IsMaliG31OrOlder()
169 bool IsMaliG72OrG76OrG51(const FunctionsGL *functions) in IsMaliG72OrG76OrG51()
175 bool IsMaliValhall(const FunctionsGL *functions) in IsMaliValhall()
182 bool IsPixel7OrPixel8(const FunctionsGL *functions) in IsPixel7OrPixel8()
188 [[maybe_unused]] bool IsAndroidEmulator(const FunctionsGL *functions) in IsAndroidEmulator()
195 bool IsPowerVrRogue(const FunctionsGL *functions) in IsPowerVrRogue()
202 void ClearErrors(const FunctionsGL *functions, in ClearErrors()
224 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID()
268 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID()
288 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
355 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements()
402 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability()
457 static bool CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, in CheckInternalFormatRenderbufferRenderability()
517 static gl::TextureCaps GenerateTextureFormatCaps(const FunctionsGL *functions, in GenerateTextureFormatCaps()
651 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt()
658 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt()
665 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange()
672 static GLint64 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt64()
691 static GLfloat QuerySingleGLFloat(const FunctionsGL *functions, GLenum name) in QuerySingleGLFloat()
698 static GLfloat QueryGLFloatRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLFloatRange()
705 static gl::TypePrecision QueryTypePrecision(const FunctionsGL *functions, in QueryTypePrecision()
715 static GLint QueryQueryValue(const FunctionsGL *functions, GLenum target, GLenum name) in QueryQueryValue()
733 void GenerateCaps(const FunctionsGL *functions, in GenerateCaps()
2188 bool GetSystemInfoVendorIDAndDeviceID(const FunctionsGL *functions, in GetSystemInfoVendorIDAndDeviceID()
2247 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features) in InitializeFeatures()
2686 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) in InitializeFrontendFeatures()
2711 void ReInitializeFeaturesAtGPUSwitch(const FunctionsGL *functions, angle::FeaturesGL *features) in ReInitializeFeaturesAtGPUSwitch()
2732 bool SupportsVertexArrayObjects(const FunctionsGL *functions) in SupportsVertexArrayObjects()
2740 bool CanUseDefaultVertexArrayObject(const FunctionsGL *functions) in CanUseDefaultVertexArrayObject()
2745 bool SupportsCompute(const FunctionsGL *functions) in SupportsCompute()
2757 bool SupportsFenceSync(const FunctionsGL *functions) in SupportsFenceSync()
2763 bool SupportsOcclusionQueries(const FunctionsGL *functions) in SupportsOcclusionQueries()
2771 bool SupportsNativeRendering(const FunctionsGL *functions, in SupportsNativeRendering()
2984 const FunctionsGL *functions = GetFunctionsGL(context); in ClearErrors() local
3004 const FunctionsGL *functions = GetFunctionsGL(context); in HandleError() local
3028 bool CanMapBufferForRead(const FunctionsGL *functions) in CanMapBufferForRead()
3034 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions, in MapBufferRangeWithFallback()
3176 std::string GetRendererString(const FunctionsGL *functions) in GetRendererString()
3181 std::string GetVendorString(const FunctionsGL *functions) in GetVendorString()
3186 std::string GetVersionString(const FunctionsGL *functions) in GetVersionString()