Home
last modified time | relevance | path

Searched refs:GetnColorTable (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_5_autogen.h228 GetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table);
Dproc_table_wgl_autogen.cpp447 {"glGetnColorTable", P(gl::GetnColorTable)},
Dentry_points_gl_4_5_autogen.cpp1529 GetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) in GetnColorTable() function
1548 ANGLE_CAPTURE(GetnColorTable, isCallValid, context, target, format, type, bufSize, table); in GetnColorTable()
DlibGL_autogen.cpp5860 return gl::GetnColorTable(target, format, type, bufSize, table); in glGetnColorTable()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h610 GetnColorTable, enumerator
Dentry_points_enum_autogen.cpp1205 case EntryPoint::GetnColorTable: in GetEntryPointName()