Searched refs:CoverageModulationCHROMIUM (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 198 CoverageModulationCHROMIUM, enumerator
|
D | entry_points_enum_autogen.cpp | 381 case EntryPoint::CoverageModulationCHROMIUM: in GetEntryPointName()
|
D | capture_gles_ext_autogen.cpp | 2797 return CallCapture(gl::EntryPoint::CoverageModulationCHROMIUM, std::move(paramBuffer)); in CaptureCoverageModulationCHROMIUM()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | proc_table_egl_autogen.cpp | 311 {"glCoverageModulationCHROMIUM", P(gl::CoverageModulationCHROMIUM)},
|
D | entry_points_gles_ext_autogen.h | 603 ANGLE_EXPORT void GL_APIENTRY CoverageModulationCHROMIUM(GLenum components);
|
D | entry_points_gles_ext_autogen.cpp | 3027 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()
|
D | libGLESv2_autogen.cpp | 3701 return gl::CoverageModulationCHROMIUM(components); in glCoverageModulationCHROMIUM()
|