Home
last modified time | relevance | path

Searched refs:SupportsCompute (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.h118 bool SupportsCompute(const FunctionsGL *functions);
Drenderergl_utils.cpp1187 if (nativegl::SupportsCompute(functions)) in GenerateCaps()
2249 bool SupportsCompute(const FunctionsGL *functions) in SupportsCompute() function
DStateManagerGL.cpp2541 if (!nativegl::SupportsCompute(mFunctions)) in validateState()