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 D | CovglTests.cpp | 209 TEST_P(GLES1CovglTest, GetClipPlane) in TEST_P()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 823 { "glGetClipPlane", _O(GetClipPlane) },
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 214 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 D | entry_points_gl_1_autogen.cpp | 2034 ANGLE_CAPTURE(GetClipPlane, isCallValid, context, plane, equation); in GL_GetClipPlane()
|
Completed in 26 milliseconds