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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_buffer.c 54 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff)
  /external/mesa3d/src/gallium/state_trackers/va/
va_buffer.c 54 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff)
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 188 char* pbuff = new char[nLen]; local
189 if(pbuff)
190 memset(pbuff, 0, nLen);
193 nLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, pbuff, nLen);
194 CFX_ByteString bsRet = CFX_ByteString(pbuff, nLen);
196 delete[] pbuff;
209 char* pbuff = new char[nLen]; local
210 if(pbuff)
211 memset(pbuff, 0, nLen);
214 nLen = m_pInfo->m_pJsPlatform->Doc_getFilePath(m_pInfo->m_pJsPlatform, pbuff, nLen);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 118 NSOpenGLPixelBuffer* pbuff = (NSOpenGLPixelBuffer *)nativePBuffer;
122 if(pbuff != nil){
124 [ctx setPixelBuffer:pbuff cubeMapFace:0 mipMapLevel:level currentVirtualScreen:0];
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 532 void** pbuff = (void**)_pbuff; local
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 532 void** pbuff = (void**)_pbuff; local
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c 532 void** pbuff = (void**)_pbuff; local
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]

Completed in 145 milliseconds