HomeSort by relevance Sort by last modified time
    Searched refs:getCaps (Results 1 - 25 of 43) 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)
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 54 if (this->getGpu()->getCaps().fBufferLockSupport) {
79 GrAssert(this->getGpu()->getCaps().fBufferLockSupport);
88 if (this->isValid() && this->getGpu()->getCaps().fBufferLockSupport) {
GrGLVertexBuffer.cpp 53 if (this->getGpu()->getCaps().fBufferLockSupport) {
75 GrAssert(this->getGpu()->getCaps().fBufferLockSupport);
85 if (this->isValid() && this->getGpu()->getCaps().fBufferLockSupport) {
GrGpuGLShaders.cpp 211 pdesc.fExperimentalGS = this->getCaps().fGeometryShaderSupport &&
221 if (this->getCaps().fShaderDerivativeSupport) {
237 if (this->getCaps().fDualSourceBlendingSupport) {
    [all...]
  /external/skia/src/gpu/
GrPathRendererChain.cpp 52 bool twoSided = gpu->getCaps().fTwoSidedStencilSupport;
53 bool wrapOp = gpu->getCaps().fStencilWrapOpsSupport;
GrBufferAllocPool.cpp 298 if (fGpu->getCaps().fBufferLockSupport &&
339 if (fGpu->getCaps().fBufferLockSupport &&
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 26 for (Caps caps : renderManager.getRenderer().getCaps()) {
29 if(!renderManager.getRenderer().getCaps().contains(Caps.TextureArray)){
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 62 const FrameBufferCaps &caps = fb->getCaps();
205 const FrameBufferCaps &caps = fb->getCaps();
FrameBuffer.h 57 const FrameBufferCaps &getCaps() const { return m_caps; }
RenderControl.cpp 37 *major = (EGLint)fb->getCaps().eglMajor;
38 *minor = (EGLint)fb->getCaps().eglMinor;
FBConfig.cpp 70 const FrameBufferCaps &caps = fb->getCaps();
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 60 public EnumSet<Caps> getCaps();
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 65 if (renderer.getCaps().contains(Caps.GLSL100)){
82 if (renderer.getCaps().contains(Caps.GLSL100)){
91 if (renderer.getCaps().contains(Caps.FloatTexture)){
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java 57 public EnumSet<Caps> getCaps() {
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestCartoonEdge.java 61 if (renderer.getCaps().contains(Caps.GLSL100)){
TestPostFilters.java 68 if (renderer.getCaps().contains(Caps.GLSL100)) {
83 if (renderer.getCaps().contains(Caps.FloatTexture)) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 141 return index < (GLuint)ctx->getCaps()->maxVertexAttribs;
GLESv2Context.cpp 160 return getCaps()->maxTexImageUnits;
  /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)
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 281 if (renderFrameBufferMS != null && !renderer.getCaps().contains(Caps.OpenGL31)) {
397 Collection<Caps> caps = renderer.getCaps();
HDRRenderer.java 103 Collection<Caps> caps = renderer.getCaps();
273 Collection<Caps> caps = renderer.getCaps();
Filter.java 98 Collection<Caps> caps = renderer.getCaps();
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 155 virtual GLSupport* getCaps(){return &s_glSupport;};
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCinematic.java 239 if (renderer.getCaps().contains(Caps.GLSL100)) {

Completed in 218 milliseconds

1 2