Home
last modified time | relevance | path

Searched refs:CompressedCopyTextureCHROMIUM (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h165 CompressedCopyTextureCHROMIUM, enumerator
Dentry_points_enum_autogen.cpp315 case EntryPoint::CompressedCopyTextureCHROMIUM: in GetEntryPointName()
Dcapture_gles_ext_autogen.cpp2715 return CallCapture(gl::EntryPoint::CompressedCopyTextureCHROMIUM, std::move(paramBuffer)); in CaptureCompressedCopyTextureCHROMIUM()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp266 {"glCompressedCopyTextureCHROMIUM", P(gl::CompressedCopyTextureCHROMIUM)},
Dentry_points_gles_ext_autogen.h574 ANGLE_EXPORT void GL_APIENTRY CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId);
Dentry_points_gles_ext_autogen.cpp2908 void GL_APIENTRY CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in CompressedCopyTextureCHROMIUM() function
2926 ANGLE_CAPTURE(CompressedCopyTextureCHROMIUM, isCallValid, context, sourceIdPacked, in CompressedCopyTextureCHROMIUM()
23642 ANGLE_CAPTURE(CompressedCopyTextureCHROMIUM, isCallValid, context, sourceIdPacked, in CompressedCopyTextureCHROMIUMContextANGLE()
DlibGLESv2_autogen.cpp3658 return gl::CompressedCopyTextureCHROMIUM(sourceId, destId); in glCompressedCopyTextureCHROMIUM()