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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 31 nativeFormat = NULL;
35 &nativeFormat
48 nativeFormat = NULL;
50 format ? format->nativeFormat : NULL,
51 &nativeFormat
60 nativeFormat,
72 DllExports::GdipDeleteStringFormat(nativeFormat);
78 nativeFormat,
86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
97 nativeFormat,
    [all...]
GdiPlusPath.h 647 format ? format->nativeFormat : NULL
671 format ? format->nativeFormat : NULL
695 format ? format->nativeFormat : NULL
719 format ? format->nativeFormat : NULL
    [all...]
GdiPlusGraphics.h     [all...]
  /frameworks/base/core/jni/
android_media_AudioFormat.h 56 static inline int audioFormatFromNative(audio_format_t nativeFormat)
58 switch (nativeFormat) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.h 52 D3DDECLTYPE nativeFormat;
formatutils9.cpp 482 nativeFormat(D3DDECLTYPE_UNUSED),
488 VertexFormat CreateVertexFormatInfo(bool identity, size_t elementSize, VertexCopyFunction copyFunc, D3DDECLTYPE nativeFormat)
494 formatInfo.nativeFormat = nativeFormat;
495 formatInfo.componentType = GetDeclTypeComponentType(nativeFormat);
    [all...]
VertexDeclarationCache.cpp 155 element->Type = d3d9VertexInfo.nativeFormat;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h 75 DXGI_FORMAT nativeFormat;
VertexBuffer11.cpp 140 const d3d11::DXGIFormat &dxgiFormatInfo = d3d11::GetDXGIFormatInfo(vertexFormatInfo.nativeFormat);
InputLayoutCache.cpp 119 ilKey.elements[ilKey.elementCount].desc.Format = vertexFormatInfo.nativeFormat;
formatutils11.cpp     [all...]
Renderer11.cpp     [all...]
  /external/deqp/framework/common/
tcuFloatFormat.cpp 271 static FloatFormat nativeFormat (void)
290 return nativeFormat<float>();
295 return nativeFormat<double>();
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 204 sp<AMessage> nativeFormat;
205 AMediaFormat_getFormat(format, &nativeFormat);
206 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
212 return translate_error(mData->mCodec->configure(nativeFormat, surface,
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 685 int nativeFormat;
690 nativeFormat = Image_getPixelFormat(env, format);
713 ctx->setBufferFormat(nativeFormat);
724 res = consumer->setDefaultBufferFormat(nativeFormat);
    [all...]

Completed in 466 milliseconds