HomeSort by relevance Sort by last modified time
    Searched defs:renderType (Results 1 - 13 of 13) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp 179 const RenderBits renderType = renderTypeCombinations[renderTypeNdx];
180 TestCaseGroup* const renderTypeGroup = new TestCaseGroup(context, toTestName(renderType).c_str(), toTestName(renderType).c_str());
189 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
198 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
208 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
268 const RenderBits renderType = renderTypeCombinations[renderTypeNdx];
270 const string name (toTestName(renderType));
272 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
284 const RenderBits renderType = renderTypeCombinations[renderTypeNdx]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.h 78 GLint renderType;
glxclient.h 108 int renderType);
400 int renderType;
469 int renderType);
800 struct glx_context *shareList, int renderType);
819 struct glx_context *shareList, int renderType);
glxcmds.c 250 * \param renderType For FBConfigs, what is the rendering type?
256 unsigned code, int renderType, int screen)
273 gc = applegl_create_context(psc, config, shareList, renderType);
276 gc = psc->vtable->create_context(psc, config, shareList, renderType);
278 gc = indirect_create_context(psc, config, shareList, renderType);
310 req->renderType = renderType;
331 req->renderType = renderType;
349 gc->renderType = renderType
    [all...]
  /external/mesa3d/src/glx/
glxconfig.h 78 GLint renderType;
glxclient.h 108 int renderType);
400 int renderType;
469 int renderType);
800 struct glx_context *shareList, int renderType);
819 struct glx_context *shareList, int renderType);
glxcmds.c 250 * \param renderType For FBConfigs, what is the rendering type?
256 unsigned code, int renderType, int screen)
273 gc = applegl_create_context(psc, config, shareList, renderType);
276 gc = psc->vtable->create_context(psc, config, shareList, renderType);
278 gc = indirect_create_context(psc, config, shareList, renderType);
310 req->renderType = renderType;
331 req->renderType = renderType;
349 gc->renderType = renderType
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 61 Type renderType = b.setX(targetWidth).setY(targetHeight).create();
63 sRenderTargetBlur0Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
64 sRenderTargetBlur1Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
65 sRenderTargetBlur2Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
69 renderType = b.setX(targetWidth).setY(targetHeight).create();
71 sRenderTargetBlur0Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
72 sRenderTargetBlur1Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
73 sRenderTargetBlur2Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glcore.h 117 GLint renderType;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 117 GLint renderType;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 

Completed in 320 milliseconds