Home
last modified time | relevance | path

Searched refs:ValidateCompressedTexSubImage3D (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES3_autogen.h102 bool ValidateCompressedTexSubImage3D(const Context *context,
H A DvalidationES3.cpp2908 bool ValidateCompressedTexSubImage3D(const Context *context, in ValidateCompressedTexSubImage3D() function
2989 return ValidateCompressedTexSubImage3D(context, entryPoint, target, level, xoffset, yoffset, in ValidateCompressedTexSubImage3DRobustANGLE()
H A DvalidationES2.cpp3159 return ValidateCompressedTexSubImage3D(context, entryPoint, target, level, xoffset, yoffset, in ValidateCompressedTexSubImage3DOES()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp504 ValidateCompressedTexSubImage3D(context, angle::EntryPoint::GLCompressedTexSubImage3D, in GL_CompressedTexSubImage3D()