Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_5_autogen.h369 ANGLE_EXPORT void GL_APIENTRY TextureStorage2D(GLuint texture,
Dproc_table_wgl_autogen.cpp878 {"glTextureStorage2D", P(gl::TextureStorage2D)},
Dentry_points_gl_4_5_autogen.cpp2698 void GL_APIENTRY TextureStorage2D(GLuint texture, in TextureStorage2D() function
2722 ANGLE_CAPTURE(TextureStorage2D, isCallValid, context, texturePacked, levels, internalformat, in TextureStorage2D()
DlibGL_autogen.cpp6169 return gl::TextureStorage2D(texture, levels, internalformat, width, height); in glTextureStorage2D()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h1158 TextureStorage2D, enumerator
Dentry_points_enum_autogen.cpp2301 case EntryPoint::TextureStorage2D: in GetEntryPointName()