Lines Matching refs:FunctionsGL
43 class FunctionsGL; variable
65 VendorID GetVendorID(const FunctionsGL *functions);
66 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions);
69 const FunctionsGL *GetFunctionsGL(const gl::Context *context);
80 void ClearErrors(const FunctionsGL *functions,
114 void GenerateCaps(const FunctionsGL *functions,
124 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features);
125 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
126 void ReInitializeFeaturesAtGPUSwitch(const FunctionsGL *functions, angle::FeaturesGL *features);
131 bool SupportsVertexArrayObjects(const FunctionsGL *functions);
132 bool CanUseDefaultVertexArrayObject(const FunctionsGL *functions);
133 bool CanUseClientSideArrays(const FunctionsGL *functions, GLuint vao);
134 bool SupportsCompute(const FunctionsGL *functions);
135 bool SupportsFenceSync(const FunctionsGL *functions);
136 bool SupportsOcclusionQueries(const FunctionsGL *functions);
137 bool SupportsNativeRendering(const FunctionsGL *functions,
152 bool CanMapBufferForRead(const FunctionsGL *functions);
153 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions,
189 std::string GetRendererString(const FunctionsGL *functions);
190 std::string GetVendorString(const FunctionsGL *functions);
191 std::string GetVersionString(const FunctionsGL *functions);