Searched refs:bMakeCopy (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTPrint3D.h106 @param[in] bMakeCopy This instance of Print3D creates a copy
117 const bool bMakeCopy = false);
127 @param[in] bMakeCopy This instance of Print3D creates a copy
139 const bool bMakeCopy = false);
475 @param[in] bMakeCopy
480 bool APIInit(const SPVRTContext * const pContext, bool bMakeCopy);
H A DPVRTPrint3D.cpp323 @param[in] bMakeCopy This instance of Print3D creates a copy
336 const bool bMakeCopy)
359 return SetTextures(pContext, pData, dwScreenX, dwScreenY, bRotate, bMakeCopy);
370 @param[in] bMakeCopy This instance of Print3D creates a copy
384 const bool bMakeCopy)
438 if(!APIInit(pContext, bMakeCopy))
331 SetTextures( const SPVRTContext * const pContext, const unsigned int dwScreenX, const unsigned int dwScreenY, const bool bRotate, const bool bMakeCopy) argument
378 SetTextures( const SPVRTContext * const pContext, const void * const pTexData, const unsigned int dwScreenX, const unsigned int dwScreenY, const bool bRotate, const bool bMakeCopy) argument
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPrint3DAPI.cpp354 bool CPVRTPrint3D::APIInit(const SPVRTContext * const pContext, bool bMakeCopy) argument
362 if(bMakeCopy)

Completed in 84 milliseconds