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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 24 EglOS::releasePbuffer(m_dpy->nativeType(),m_native);
EglContext.cpp 41 mngr->attachShareGroup(context,shared_context->nativeType()):
52 EglOS::destroyContext(m_dpy->nativeType(),m_native);
EglContext.h 43 EGLNativeContextType nativeType(){return m_native;};
EglDisplay.h 42 EGLNativeInternalDisplayType nativeType();
EglImp.cpp 481 if(!EglOS::validNativeWin(dpy->nativeType(),win)) {
492 if(!EglOS::checkWindowPixelFormatMatch(dpy->nativeType(),win,cfg,&width,&height)) {
536 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr);
562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) {
644 nativeShared = sharedCtxPtr->nativeType();
648 EGLNativeContextType nativeContext = EglOS::createContext(dpy->nativeType(),cfg,globalSharedContext);
684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) {
718 EGLNativeInternalDisplayType nativeDisplay = dpy->nativeType();
739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) {
    [all...]
EglDisplay.cpp 59 EGLNativeInternalDisplayType EglDisplay::nativeType(){return m_dpy;}
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 340 ResolutionType nativeType;
342 sinkSupported.getNativeResolution(&nativeType, &nativeIndex);
343 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
344 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
346 *chosenType = nativeType;
355 sourceSupported.getNativeResolution(&nativeType, &nativeIndex);
356 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
357 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
359 *chosenType = nativeType;
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 272 my $nativeType = GetNativeTypeForConversions($dataNode, $interfaceName);
284 static ${nativeType}* toNative(v8::Handle<v8::Object> object)
286 return reinterpret_cast<${nativeType}*>(object->GetPointerFromInternalField(v8DOMWrapperObjectIndex));
288 inline static v8::Handle<v8::Object> wrap(${nativeType}*${forceNewObjectParameter});
364 static v8::Handle<v8::Object> wrapSlow(${nativeType}*);
371 v8::Handle<v8::Object> ${className}::wrap(${nativeType}* impl${forceNewObjectInput})
390 inline v8::Handle<v8::Value> toV8(${nativeType}* impl${forceNewObjectParameter})
400 v8::Handle<v8::Value> toV8(${nativeType}*${forceNewObjectParameter});
423 inline v8::Handle<v8::Value> toV8(PassRefPtr< ${nativeType} > impl${forceNewObjectParameter})
687 my $nativeType = GetNativeTypeFromSignature($attribute->signature, -1)
    [all...]
CodeGeneratorJS.pm     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 100 milliseconds