Home
last modified time | relevance | path

Searched refs:clipPlanex (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DContext_gles_1_0_autogen.h20 void clipPlanex(GLenum plane, const GLfixed *equation); \
DContext_gles_1_0.cpp71 void Context::clipPlanex(GLenum plane, const GLfixed *equation) in clipPlanex() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp176 context->clipPlanex(plane, equation); in GL_ClipPlanex()
/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp348 context->clipPlanex(params.getParam("plane", ParamType::TGLenum, 0).value.GLenumVal, in ReplayCall()