Lines Matching refs:FunctionsGL
43 class FunctionsGL; variable
65 VendorID GetVendorID(const FunctionsGL *functions);
68 const FunctionsGL *GetFunctionsGL(const gl::Context *context);
100 void GenerateCaps(const FunctionsGL *functions,
109 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features);
110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
111 void ReInitializeFeaturesAtGPUSwitch(const FunctionsGL *functions, angle::FeaturesGL *features);
116 bool SupportsVertexArrayObjects(const FunctionsGL *functions);
117 bool CanUseDefaultVertexArrayObject(const FunctionsGL *functions);
118 bool SupportsCompute(const FunctionsGL *functions);
119 bool SupportsFenceSync(const FunctionsGL *functions);
120 bool SupportsOcclusionQueries(const FunctionsGL *functions);
121 bool SupportsNativeRendering(const FunctionsGL *functions,
136 bool CanMapBufferForRead(const FunctionsGL *functions);
137 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions,
173 std::string GetRendererString(const FunctionsGL *functions);
174 std::string GetVendorString(const FunctionsGL *functions);
175 std::string GetVersionString(const FunctionsGL *functions);