Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp96 c->rasterizer.procs.depthMask(c, 1); in ogles_init()
99 c->rasterizer.procs.enable(c, GL_DITHER); in ogles_init()
193 c->rasterizer.procs.enableDisable(c, cap, enabled); in enable_disable()
196 c->rasterizer.procs.enableDisable(c, GL_TEXTURE_2D, enabled); in enable_disable()
291 c->rasterizer.procs.enableDisable(c, in glHint()
531 c->rasterizer.procs.colorMask(c, r, g, b, a); in glColorMask()
536 c->rasterizer.procs.depthMask(c, flag); in glDepthMask()
541 c->rasterizer.procs.stencilMask(c, mask); in glStencilMask()
546 c->rasterizer.procs.depthFunc(c, func); in glDepthFunc()
551 c->rasterizer.procs.logicOp(c, opcode); in glLogicOp()
[all …]
Dtexture.cpp79 c->rasterizer.procs.activeTexture(c, i); in validate_tmu()
80 c->rasterizer.procs.bindTexture(c, &(u.texture->surface)); in validate_tmu()
81 c->rasterizer.procs.texGeni(c, GGL_S, in validate_tmu()
83 c->rasterizer.procs.texGeni(c, GGL_T, in validate_tmu()
85 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
87 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
89 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
91 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
96 c->rasterizer.procs.disable(c, GGL_TEXTURE_2D); in validate_tmu()
107 c->rasterizer.procs.activeTexture(c, c->textures.active); in ogles_validate_texture()
[all …]
Dprimitives.cpp106 c->rasterizer.procs.color4xv(c, v2->color.v); in lightTriangleDarkFlat()
126 c->rasterizer.procs.color4xv(c, v2->color.v); in lightTriangleFlat()
174 c->rasterizer.procs.color4xv(c, v2->color.v); in lightTriangleDarkFlatFog()
192 c->rasterizer.procs.color4xv(c, v2->color.v); in lightTriangleFlatFog()
480 c->rasterizer.procs.color4xv(c, v->color.v); in primitive_point()
501 c->rasterizer.procs.texCoordGradScale8xv(c, i, itt); in primitive_point()
509 c->rasterizer.procs.zGrad3xv(c, itz); in primitive_point()
516 c->rasterizer.procs.fogGrad3xv(c, itf); in primitive_point()
520 c->rasterizer.procs.pointx(c, v->window.v, c->point.size); in primitive_point()
561 c->rasterizer.procs.linex(c, v0->window.v, v1->window.v, c->line.width); in primitive_line()
[all …]
Degl.cpp593 gl->rasterizer.procs.colorBuffer(gl, &buffer); in bindDrawSurface()
595 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface()
608 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface()
685 gl->rasterizer.procs.colorBuffer(gl, &buffer); in bindDrawSurface()
687 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface()
699 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface()
761 gl->rasterizer.procs.colorBuffer(gl, &pbuffer); in bindDrawSurface()
763 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface()
768 gl->rasterizer.procs.readBuffer(gl, &pbuffer); in bindReadSurface()
Dlight.cpp104 c->rasterizer.procs.shadeModel(c, GL_SMOOTH); in ogles_init_light()
872 c->rasterizer.procs.fogColor3xv(c, paramsx); in glFogfv()
882 c->rasterizer.procs.fogColor3xv(c, params); in glFogxv()
Darray.cpp1091 c->rasterizer.procs.enableDisable(c, GGL_W_LERP, perspective); in validate_arrays()
1106 c->rasterizer.procs.enableDisable(c, GGL_AA, smooth); in validate_arrays()
1109 c->rasterizer.procs.shadeModel(c, in validate_arrays()
Dmatrix.cpp677 c->rasterizer.procs.scissor(c, x, y, w, h); in ogles_scissor()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp87 callbacks procs; member
142 mCBContext->procs.invalidate = &hook_invalidate; in HWComposer()
143 mCBContext->procs.vsync = &hook_vsync; in HWComposer()
145 mCBContext->procs.hotplug = &hook_hotplug; in HWComposer()
147 mCBContext->procs.hotplug = NULL; in HWComposer()
148 memset(mCBContext->procs.zero, 0, sizeof(mCBContext->procs.zero)); in HWComposer()
149 mHwc->registerProcs(mHwc, &mCBContext->procs); in HWComposer()
268 void HWComposer::hook_invalidate(const struct hwc_procs* procs) { in hook_invalidate() argument
270 const_cast<hwc_procs_t*>(procs)); in hook_invalidate()
274 void HWComposer::hook_vsync(const struct hwc_procs* procs, int disp, in hook_vsync() argument
[all …]
DHWComposer.h272 static void hook_invalidate(const struct hwc_procs* procs);
273 static void hook_vsync(const struct hwc_procs* procs, int disp,
275 static void hook_hotplug(const struct hwc_procs* procs, int disp,
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java1650 ArrayList<IBinder> procs = new ArrayList<IBinder>(); in onTransact() local
1657 procs.add(app.thread.asBinder()); in onTransact()
1663 int N = procs.size(); in onTransact()
1667 procs.get(i).transact(IBinder.SYSPROPS_TRANSACTION, data2, null, 0); in onTransact()
1912 SparseArray<ProcessRecord> procs = mProcessNames.getMap().get( in getProcessRecordLocked() local
1914 if (procs == null) return null; in getProcessRecordLocked()
1915 final int N = procs.size(); in getProcessRecordLocked()
1917 if (UserHandle.isSameUser(procs.keyAt(i), uid)) return procs.valueAt(i); in getProcessRecordLocked()
3524 ArrayList<ProcessRecord> procs = new ArrayList<ProcessRecord>(); in killAllBackgroundProcesses() local
3534 procs.add(app); in killAllBackgroundProcesses()
[all …]
/frameworks/base/docs/html-intl/ja/guide/topics/
Dfundamentals.jd33 <li><a href="#procs">プロセス</a></li>
488 <h3 id="procs">プロセス</h3>
/frameworks/base/docs/html/intl/ja/guide/topics/
Dfundamentals.jd33 <li><a href="#procs">プロセス</a></li>
488 <h3 id="procs">プロセス</h3>
/frameworks/base/core/java/android/content/pm/
DPackageParser.java237 public void setSeparateProcesses(String[] procs) { in setSeparateProcesses() argument
238 mSeparateProcesses = procs; in setSeparateProcesses()