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

  /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...]

Completed in 525 milliseconds