Searched refs:CompressedCopyTextureCHROMIUM (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 165 CompressedCopyTextureCHROMIUM, enumerator
|
D | entry_points_enum_autogen.cpp | 315 case EntryPoint::CompressedCopyTextureCHROMIUM: in GetEntryPointName()
|
D | capture_gles_ext_autogen.cpp | 2715 return CallCapture(gl::EntryPoint::CompressedCopyTextureCHROMIUM, std::move(paramBuffer)); in CaptureCompressedCopyTextureCHROMIUM()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | proc_table_egl_autogen.cpp | 266 {"glCompressedCopyTextureCHROMIUM", P(gl::CompressedCopyTextureCHROMIUM)},
|
D | entry_points_gles_ext_autogen.h | 574 ANGLE_EXPORT void GL_APIENTRY CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId);
|
D | entry_points_gles_ext_autogen.cpp | 2908 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()
|
D | libGLESv2_autogen.cpp | 3658 return gl::CompressedCopyTextureCHROMIUM(sourceId, destId); in glCompressedCopyTextureCHROMIUM()
|