Lines Matching defs:functions
39 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID()
69 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID()
90 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa()
117 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements()
164 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability()
213 static bool CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, in CheckInternalFormatRenderbufferRenderability()
267 static gl::TextureCaps GenerateTextureFormatCaps(const FunctionsGL *functions, in GenerateTextureFormatCaps()
384 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt()
391 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt()
398 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange()
405 static GLint64 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt64()
424 static GLfloat QuerySingleGLFloat(const FunctionsGL *functions, GLenum name) in QuerySingleGLFloat()
431 static GLfloat QueryGLFloatRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLFloatRange()
438 static gl::TypePrecision QueryTypePrecision(const FunctionsGL *functions, in QueryTypePrecision()
448 static GLint QueryQueryValue(const FunctionsGL *functions, GLenum target, GLenum name) in QueryQueryValue()
466 void GenerateCaps(const FunctionsGL *functions, in GenerateCaps()
1508 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features) in InitializeFeatures()
1702 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) in InitializeFrontendFeatures()
1717 bool SupportsCompute(const FunctionsGL *functions) in SupportsCompute()
1729 bool SupportsFenceSync(const FunctionsGL *functions) in SupportsFenceSync()
1735 bool SupportsOcclusionQueries(const FunctionsGL *functions) in SupportsOcclusionQueries()
1743 bool SupportsNativeRendering(const FunctionsGL *functions, in SupportsNativeRendering()
1949 const FunctionsGL *functions = GetFunctionsGL(context); in ClearErrors() local
1966 const FunctionsGL *functions = GetFunctionsGL(context); in CheckError() local
1992 bool CanMapBufferForRead(const FunctionsGL *functions) in CanMapBufferForRead()
1998 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions, in MapBufferRangeWithFallback()