Searched refs:ClipPlaneName (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | gl_enum_utils_autogen.h | 40 ClipPlaneName, enumerator
|
D | capture_gles_1_0_autogen.cpp | 88 paramBuffer.addEnumParam("p", GLenumGroup::ClipPlaneName, ParamType::TGLenum, p); in CaptureClipPlanef() 115 paramBuffer.addEnumParam("plane", GLenumGroup::ClipPlaneName, ParamType::TGLenum, plane); in CaptureClipPlanex() 370 paramBuffer.addEnumParam("plane", GLenumGroup::ClipPlaneName, ParamType::TGLenum, plane); in CaptureGetClipPlanef() 397 paramBuffer.addEnumParam("plane", GLenumGroup::ClipPlaneName, ParamType::TGLenum, plane); in CaptureGetClipPlanex()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 145 GLenumToString(GLenumGroup::ClipPlaneName, p), (uintptr_t)eqn); in GL_ClipPlanef() 167 CID(context), GLenumToString(GLenumGroup::ClipPlaneName, plane), (uintptr_t)equation); in GL_ClipPlanex() 489 CID(context), GLenumToString(GLenumGroup::ClipPlaneName, plane), (uintptr_t)equation); in GL_GetClipPlanef() 512 CID(context), GLenumToString(GLenumGroup::ClipPlaneName, plane), (uintptr_t)equation); in GL_GetClipPlanex()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 337 CID(context), GLenumToString(GLenumGroup::ClipPlaneName, plane), (uintptr_t)equation); in GL_ClipPlane() 1935 CID(context), GLenumToString(GLenumGroup::ClipPlaneName, plane), (uintptr_t)equation); in GL_GetClipPlane()
|