HomeSort by relevance Sort by last modified time
    Searched refs:getCaps (Results 1 - 25 of 33) sorted by null

1 2

  /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();
  /frameworks/av/include/media/
IHDCP.h 58 virtual uint32_t getCaps() = 0;
  /frameworks/native/include/media/hardware/
HDCPAPI.h 92 virtual uint32_t getCaps() {
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 142 return index < (GLuint)ctx->getCaps()->maxVertexAttribs;
GLESv2Context.cpp 159 return getCaps()->maxTexImageUnits;
  /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;
ColorBuffer.cpp 95 if (fb->getCaps().has_eglimage_texture_2d) {
  /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...]
State.cpp     [all...]
validationES2.cpp 145 const gl::Caps &caps = context->getCaps();
790 const gl::Caps &caps = context->getCaps();
validationES3.cpp 312 const gl::Caps &caps = context->getCaps();
    [all...]
Context.cpp 646 bool linked = programObject->link(getCaps());
    [all...]
libGLESv2.cpp 45 if (texture < GL_TEXTURE0 || texture > GL_TEXTURE0 + context->getCaps().maxCombinedTextureImageUnits - 1)
    [all...]
Context.h 206 const Caps &getCaps() const;
  /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)
GLEScmContext.cpp 296 return getCaps()->maxTexUnits;
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 117 static status_t getCaps(const int sensorId, CameraProperties::Properties* params, V4L_HANDLETYPE handle);
  /frameworks/av/media/libmedia/
IHDCP.cpp 89 virtual uint32_t getCaps() {
237 reply->writeInt32(getCaps());
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 155 virtual GLSupport* getCaps(){return &s_glSupport;};
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 237 status_t V4LCameraAdapter::getCaps(const int sensorId, CameraProperties::Properties* params,
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 945 && (mHDCP->getCaps() & HDCPModule::HDCP_CAPS_ENCRYPT_NATIVE));

Completed in 8600 milliseconds

1 2