Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h198 CoverageModulationCHROMIUM, enumerator
Dentry_points_enum_autogen.cpp381 case EntryPoint::CoverageModulationCHROMIUM: in GetEntryPointName()
Dcapture_gles_ext_autogen.cpp2797 return CallCapture(gl::EntryPoint::CoverageModulationCHROMIUM, std::move(paramBuffer)); in CaptureCoverageModulationCHROMIUM()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp311 {"glCoverageModulationCHROMIUM", P(gl::CoverageModulationCHROMIUM)},
Dentry_points_gles_ext_autogen.h603 ANGLE_EXPORT void GL_APIENTRY CoverageModulationCHROMIUM(GLenum components);
Dentry_points_gles_ext_autogen.cpp3027 void GL_APIENTRY CoverageModulationCHROMIUM(GLenum components) in CoverageModulationCHROMIUM() function
3042 ANGLE_CAPTURE(CoverageModulationCHROMIUM, isCallValid, context, components); in CoverageModulationCHROMIUM()
23519 ANGLE_CAPTURE(CoverageModulationCHROMIUM, isCallValid, context, components); in CoverageModulationCHROMIUMContextANGLE()
DlibGLESv2_autogen.cpp3701 return gl::CoverageModulationCHROMIUM(components); in glCoverageModulationCHROMIUM()