Home
last modified time | relevance | path

Searched refs:pSurface (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/libraries/tc/src/
DTCCreateS3.cpp146 s3RGB.pSurface = (void*)TCCalloc( 1, size ); in TCConvertToS3()
165 pClr = (S3_COLOR*)( s3RGB.pSurface ); in TCConvertToS3()
221 TCFree( (void**)( &s3RGB.pSurface ) ); in TCConvertToS3()
/RvlSDK-2.1/build/libraries/tc/include/
DS3_intrf.h113 void* pSurface; /* pointer to the associated surface memory */ member