HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 153 POINT p;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dhal.h 338 /* point primitives */
476 POINT pDest;
dcomp.h 26 STDMETHOD(BeginDraw)(THIS_ const RECT*,REFIID,void**,POINT*) PURE;
textstor.h 520 const POINT *ptScreen,
712 const POINT *ptScreen,
851 static FORCEINLINE HRESULT ITextStoreACP_GetACPFromPoint(ITextStoreACP* This,TsViewCookie vcView,const POINT *ptScreen,DWORD dwFlags,LONG *pacp) {
    [all...]
shobjidl.h     [all...]
commdlg.h 725 POINT ptPaperSize;
742 POINT ptPaperSize;
dimm.h 151 POINT ptCurrentPos;
156 POINT ptCurrentPos;
204 POINT ptStatusWndPos;
205 POINT ptSoftKbdPos;
856 POINT *pptPos) = 0;
952 POINT *pptPos) = 0;
    [all...]
d3dx9core.h 146 RECT *blackbox, POINT *cellinc) PURE;
mmsystem.h     [all...]
richedit.h 1102 POINT pt;
oleacc.h 92 typedef HRESULT (WINAPI *LPFNACCESSIBLEOBJECTFROMPOINT)(POINT ptScreen,IAccessible **ppacc,VARIANT *pvarChild);
114 STDAPI AccessibleObjectFromPoint(POINT ptScreen,IAccessible **ppacc,VARIANT *pvarChild);
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.hpp 178 long __stdcall UpdateSurface(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSurface9 *destinationSurface, const POINT *destPoint) override;
Direct3DDevice9Ex.cpp     [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 52 POINT (0),
550 * Builder that allows creation of a mesh object point by point
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java 120 DistributionPoint point = t.next(); local
122 point, reasonsMask, signFlag, prevKey, prevCert, provider,
136 * Download CRLs from the given distribution point, verify and return them.
145 X509CertImpl certImpl, DistributionPoint point, boolean[] reasonsMask,
152 GeneralNames fullName = point.getFullName();
155 RDN relativeName = point.getRelativeName();
160 GeneralNames crlIssuers = point.getCRLIssuer();
209 if (selector.match(crl) && verifyCRL(certImpl, point, crl,
297 * Verifies a CRL for the given certificate's Distribution Point to
301 * @param point one of the distribution points of the certificat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 422 /* point primitives */
560 POINT pDest;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 453 if (psz[0] >= ctx->Point.Threshold) {
454 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
457 GLfloat dsize = psz[0] / ctx->Point.Threshold;
458 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
572 #define POINT( v0 ) \
619 * floating point).
855 for ( ; start < count ; start++) POINT( V(ELT(start)) );
957 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 404 long Direct3DDevice8::CopyRects(IDirect3DSurface8 *sourceSurface, const RECT *sourceRectsArray, unsigned int rects, IDirect3DSurface8 *destinationSurface, const POINT *destPointsArray)
435 POINT dPoint = {0, 0};
450 const POINT &dPoint = destPointsArray[i];
2129 POINT point = {x, y}; local
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 392 case POINT: drawPrimitives(gl, program, GL_POINTS, positions, indices); break;
770 DE_FATAL("Floating point clear not implemented");// \todo [2014-1-23 otto] pixel read format & type, nothing guaranteed, need extension...
  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.c 623 const POINT *pDestPoint,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 323 return ((!ctx->Point.SmoothFlag) ?
391 #define POINT( a ) r200_point( rmesa, a )
623 /* need to disable perspective-correct texturing for point sprites */
624 if ((hwprim & 0xf) == R200_VF_PRIM_POINT_SPRITES && ctx->Point.PointSprite) {
804 /* Ready for point primitives:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 513 #define POINT( a ) radeon_point( rmesa, a )
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 254 POINT logical_area = { rc.right, rc.bottom };
  /external/vulkan-validation-layers/demos/
cube.cpp 213 minsize(POINT{
568 // contents at that point.
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 130 } POINT, *LPPOINT;
    [all...]

Completed in 1146 milliseconds

1 2 34 5 6