HomeSort by relevance Sort by last modified time
    Searched full:getcaps (Results 1 - 25 of 52) sorted by null

1 2 3

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 30 if ((ctx && ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL) &&
35 (ctx->getCaps()->GL_ARB_HALF_FLOAT_PIXEL || ctx->getCaps()->GL_NV_HALF_FLOAT) &&
62 if (ctx && ctx->getCaps()->GL_EXT_TEXTURE_FORMAT_BGRA8888 && format == GL_BGRA_EXT)
64 if (ctx && ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && format == GL_DEPTH_STENCIL_OES)
  /frameworks/av/media/libmediaplayerservice/
HDCP.h 33 virtual uint32_t getCaps();
HDCP.cpp 103 uint32_t HDCP::getCaps() {
110 return mHDCPModule->getCaps();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 5 __all__ = ["getcaps","findmatch"]
9 def getcaps(): function
215 caps = getcaps()
239 if not caps: caps = getcaps()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 5 __all__ = ["getcaps","findmatch"]
9 def getcaps(): function
215 caps = getcaps()
239 if not caps: caps = getcaps()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 448 STDMETHOD(GetCaps)(THIS_ LPDSCAPS lpDSCaps) PURE;
465 #define IDirectSound_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
479 #define IDirectSound_GetCaps(p,a) (p)->GetCaps(a)
501 STDMETHOD(GetCaps)(THIS_ LPDSCAPS lpDSCaps) PURE;
519 #define IDirectSound8_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
535 #define IDirectSound8_GetCaps(p,a) (p)->GetCaps(a)
558 STDMETHOD(GetCaps)(THIS_ LPDSBCAPS lpDSBufferCaps) PURE;
585 #define IDirectSoundBuffer_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
609 #define IDirectSoundBuffer_GetCaps(p,a) (p)->GetCaps(a)
641 STDMETHOD(GetCaps)(THIS_ LPDSBCAPS lpDSBufferCaps) PURE
    [all...]
dsdriver.h 148 STDMETHOD(GetCaps)(THIS_ PDSDRIVERCAPS pDsDrvCaps) PURE;
163 #define IDsDriver_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
309 STDMETHOD(GetCaps)(THIS_ PDSCDRIVERCAPS pDsDrvCaps) PURE;
323 #define IDsCaptureDriver_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
dpnathlp.h 124 STDMETHOD(GetCaps) (THIS_
179 #define IDirectPlayNATHelp_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b)
ddraw.h     [all...]
dplay.h 446 STDMETHOD(GetCaps)(THIS_ LPDPCAPS lpDPCaps) PURE;
477 #define IDirectPlay_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
505 #define IDirectPlay_GetCaps(p,a) (p)->GetCaps(a)
540 STDMETHOD(GetCaps)(THIS_ LPDPCAPS lpDPCaps, DWORD dwFlags) PURE;
578 #define IDirectPlay2_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b)
613 #define IDirectPlay2_GetCaps(p,a,b) (p)->GetCaps(a,b)
    [all...]
dplay8.h 594 STDMETHOD(GetCaps)(THIS_ DPN_CAPS * CONST pdpCaps, CONST DWORD dwFlags) PURE;
622 #define IDirectPlay8Client_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b)
647 #define IDirectPlay8Client_GetCaps(p,a,b) (p)->GetCaps(a,b)
    [all...]
amvideo.idl 72 HRESULT GetCaps([out] DDCAPS * pCaps);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 109 if (ctx->getCaps()->GL_ARB_MATRIX_PALETTE && ctx->getCaps()->GL_ARB_VERTEX_BLEND) {
131 if (ctx->getCaps()->GL_EXT_FRAMEBUFFER_OBJECT) {
    [all...]
GLEScmValidate.cpp 233 if (ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && internalformat==GL_DEPTH24_STENCIL8_OES)
  /frameworks/av/media/libmedia/
IHDCP.cpp 89 virtual uint32_t getCaps() {
237 reply->writeInt32(getCaps());
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 159 return getCaps()->maxTexImageUnits;
GLESv2Validate.cpp 142 return index < (GLuint)ctx->getCaps()->maxVertexAttribs;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 58 const FrameBufferCaps &getCaps() const { return m_caps; }
RenderControl.cpp 37 *major = (EGLint)fb->getCaps().eglMajor;
38 *minor = (EGLint)fb->getCaps().eglMinor;
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 155 case GL_TEXTURE_2D: maxDimension = context->getCaps().max2DTextureSize; break;
162 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: maxDimension = context->getCaps().maxCubeMapTextureSize; break;
163 case GL_TEXTURE_3D: maxDimension = context->getCaps().max3DTextureSize; break;
164 case GL_TEXTURE_2D_ARRAY: maxDimension = context->getCaps().max2DTextureSize; break;
257 if (colorAttachment >= context->getCaps().maxColorAttachments)
337 if (static_cast<GLuint>(std::max(width, height)) > context->getCaps().maxRenderbufferSize)
    [all...]
  /external/qemu/audio/
dsound_template.h 267 "GetCaps returned misaligned buffer size %ld, alignment %d\n",
  /frameworks/av/include/media/
IHDCP.h 58 virtual uint32_t getCaps() = 0;
  /frameworks/native/include/media/hardware/
HDCPAPI.h 92 virtual uint32_t getCaps() {
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 117 static status_t getCaps(const int sensorId, CameraProperties::Properties* params, V4L_HANDLETYPE handle);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 155 virtual GLSupport* getCaps(){return &s_glSupport;};

Completed in 662 milliseconds

1 2 3