HomeSort by relevance Sort by last modified time
    Searched refs:pLight (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp 983 if(!WriteData32(pFile, ePODFileLightIdxTgt, &s.pLight[i].nIdxTarget)) return false;
984 if(!WriteData32(pFile, ePODFileLightColour, s.pLight[i].pfColour, sizeof(s.pLight[i].pfColour) / sizeof(*s.pLight[i].pfColour))) return false;
985 if(!WriteData32(pFile, ePODFileLightType, &s.pLight[i].eType)) return false;
987 if(s.pLight[i].eType != ePODDirectional)
989 if(!WriteData32(pFile, ePODFileLightConstantAttenuation, &s.pLight[i].fConstantAttenuation)) return false;
990 if(!WriteData32(pFile, ePODFileLightLinearAttenuation, &s.pLight[i].fLinearAttenuation)) return false;
991 if(!WriteData32(pFile, ePODFileLightQuadraticAttenuation, &s.pLight[i].fQuadraticAttenuation)) return false;
994 if(s.pLight[i].eType == ePODSpot
    [all...]
PVRTModelPOD.h 276 PVRTuint32 nNumLight; /*!< The length of the array pLight */
277 SPODLight *pLight; /*!< Light nodes array */
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c     [all...]
nine_state.h 450 const D3DLIGHT9 *pLight);
device9.h 495 const D3DLIGHT9 *pLight );
500 D3DLIGHT9 *pLight );
nine_lock.c     [all...]
nine_state.c     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 209 virtual HRESULT WINAPI SetLight(DWORD Index, const D3DLIGHT9 *pLight) = 0;
210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h     [all...]

Completed in 6527 milliseconds