Searched refs:TextureStorage2D (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.h | 369 ANGLE_EXPORT void GL_APIENTRY TextureStorage2D(GLuint texture,
|
D | proc_table_wgl_autogen.cpp | 878 {"glTextureStorage2D", P(gl::TextureStorage2D)},
|
D | entry_points_gl_4_5_autogen.cpp | 2698 void GL_APIENTRY TextureStorage2D(GLuint texture, in TextureStorage2D() function 2722 ANGLE_CAPTURE(TextureStorage2D, isCallValid, context, texturePacked, levels, internalformat, in TextureStorage2D()
|
D | libGL_autogen.cpp | 6169 return gl::TextureStorage2D(texture, levels, internalformat, width, height); in glTextureStorage2D()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1158 TextureStorage2D, enumerator
|
D | entry_points_enum_autogen.cpp | 2301 case EntryPoint::TextureStorage2D: in GetEntryPointName()
|