Home
last modified time | relevance | path

Searched refs:GetClipPlane (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp209 TEST_P(GLES1CovglTest, GetClipPlane) in TEST_P()
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp823 { "glGetClipPlane", _O(GetClipPlane) },
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h214 virtual HRESULT WINAPI GetClipPlane(DWORD Index, float *pPlane) = 0;
802 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9 *This, DWORD Index, float *pPlane); member
929 #define IDirect3DDevice9_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
1053 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, float *pPlane); member
1196 #define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp2034 ANGLE_CAPTURE(GetClipPlane, isCallValid, context, plane, equation); in GL_GetClipPlane()

Completed in 26 milliseconds