/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/WebKit/Source/core/rendering/shapes/ |
ShapeInfo.cpp | 49 template<class RenderType> 50 const Shape* ShapeInfo<RenderType>::computedShape() const 83 template<class RenderType> 84 SegmentList ShapeInfo<RenderType>::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const
|
ShapeInfo.h | 65 template<class RenderType> 120 const RenderType* owner() const { return m_renderer; } 124 ShapeInfo(const RenderType* renderer): m_renderer(renderer) { } 169 const RenderType* m_renderer;
|
/external/chromium_org/third_party/mesa/src/src/glx/tests/ |
fake_glx_screen.cpp | 51 struct glx_context *shareList, int renderType) 54 (void) renderType;
|
fake_glx_screen.h | 127 struct glx_context *shareList, int renderType) 130 (void) renderType;
|
/external/mesa3d/src/glx/tests/ |
fake_glx_screen.cpp | 51 struct glx_context *shareList, int renderType) 54 (void) renderType;
|
fake_glx_screen.h | 127 struct glx_context *shareList, int renderType) 130 (void) renderType;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
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...] |
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);
|
applegl_glx.c | 126 struct glx_context *shareList, int renderType)
|
glxconfig.c | 140 *value_return = mode->renderType;
|
/external/mesa3d/src/glx/ |
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...] |
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);
|
applegl_glx.c | 126 struct glx_context *shareList, int renderType)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glcore.h | 117 GLint renderType;
|
glxinit.c | 398 config->renderType = *bp++; 456 config->renderType =
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
realglx.h | 151 int renderType, GLXContext shareList, Bool direct );
|
glxapi.h | 92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
glcore.h | 117 GLint renderType;
|
glxinit.c | 398 config->renderType = *bp++; 456 config->renderType =
|
/external/mesa3d/src/mesa/drivers/x11/ |
realglx.h | 151 int renderType, GLXContext shareList, Bool direct );
|
/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...] |