Home
last modified time | relevance | path

Searched refs:LoadFunctionMap (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dload_functions_table.h17 rx::LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat);
Drenderer_utils.h133 using LoadFunctionMap = LoadImageFunctionInfo (*)(GLenum); variable
Dload_functions_table_autogen.cpp3131 LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat) in GetLoadFunctionsMap()
4495 static LoadFunctionMap emptyLoadFunctionsMap; in GetLoadFunctionsMap()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.cpp23 LoadFunctionMap Format::getLoadFunctions() const in getLoadFunctions()
Dtexture_format_table.h50 LoadFunctionMap getLoadFunctions() const;
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h107 LoadFunctionMap textureLoadFunctions;