Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h118 bool SupportsCompute(const FunctionsGL *functions);
Drenderergl_utils.cpp1195 if (nativegl::SupportsCompute(functions)) in GenerateCaps()
2225 bool SupportsCompute(const FunctionsGL *functions) in SupportsCompute() function
DStateManagerGL.cpp2534 if (!nativegl::SupportsCompute(mFunctions)) in validateState()