Lines Matching refs:FunctionsGL
44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString()
49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa()
72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber()
87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber()
101 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber()
115 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx()
121 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx()
127 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder()
133 bool IsAdreno5xx(const FunctionsGL *functions) in IsAdreno5xx()
139 bool IsMaliT8xxOrOlder(const FunctionsGL *functions) in IsMaliT8xxOrOlder()
145 bool IsMaliG31OrOlder(const FunctionsGL *functions) in IsMaliG31OrOlder()
166 bool IsAndroidEmulator(const FunctionsGL *functions) in IsAndroidEmulator()
173 bool IsPowerVrRogue(const FunctionsGL *functions) in IsPowerVrRogue()
180 void ClearErrors(const FunctionsGL *functions, in ClearErrors()
202 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID()
242 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID()
265 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements()
312 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability()
367 static bool CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, in CheckInternalFormatRenderbufferRenderability()
427 static gl::TextureCaps GenerateTextureFormatCaps(const FunctionsGL *functions, in GenerateTextureFormatCaps()
564 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt()
571 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt()
578 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange()
585 static GLint64 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt64()
604 static GLfloat QuerySingleGLFloat(const FunctionsGL *functions, GLenum name) in QuerySingleGLFloat()
611 static GLfloat QueryGLFloatRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLFloatRange()
618 static gl::TypePrecision QueryTypePrecision(const FunctionsGL *functions, in QueryTypePrecision()
628 static GLint QueryQueryValue(const FunctionsGL *functions, GLenum target, GLenum name) in QueryQueryValue()
646 void GenerateCaps(const FunctionsGL *functions, in GenerateCaps()
1813 bool GetSystemInfoVendorIDAndDeviceID(const FunctionsGL *functions, in GetSystemInfoVendorIDAndDeviceID()
1845 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features) in InitializeFeatures()
2178 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) in InitializeFrontendFeatures()
2191 void ReInitializeFeaturesAtGPUSwitch(const FunctionsGL *functions, angle::FeaturesGL *features) in ReInitializeFeaturesAtGPUSwitch()
2212 bool SupportsVertexArrayObjects(const FunctionsGL *functions) in SupportsVertexArrayObjects()
2220 bool CanUseDefaultVertexArrayObject(const FunctionsGL *functions) in CanUseDefaultVertexArrayObject()
2225 bool SupportsCompute(const FunctionsGL *functions) in SupportsCompute()
2237 bool SupportsFenceSync(const FunctionsGL *functions) in SupportsFenceSync()
2243 bool SupportsOcclusionQueries(const FunctionsGL *functions) in SupportsOcclusionQueries()
2251 bool SupportsNativeRendering(const FunctionsGL *functions, in SupportsNativeRendering()
2434 const FunctionsGL *GetFunctionsGL(const gl::Context *context) in GetFunctionsGL()
2464 const FunctionsGL *functions = GetFunctionsGL(context); in ClearErrors()
2474 const FunctionsGL *functions = GetFunctionsGL(context); in CheckError()
2500 bool CanMapBufferForRead(const FunctionsGL *functions) in CanMapBufferForRead()
2506 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions, in MapBufferRangeWithFallback()
2648 std::string GetRendererString(const FunctionsGL *functions) in GetRendererString()
2653 std::string GetVendorString(const FunctionsGL *functions) in GetVendorString()
2658 std::string GetVersionString(const FunctionsGL *functions) in GetVersionString()