/frameworks/native/opengl/libagl/ |
D | state.cpp | 74 ggl_init_context(&(c->rasterizer)); in ogles_init() 91 c->rasterizer.base = base; in ogles_init() 96 c->rasterizer.procs.depthMask(c, 1); in ogles_init() 99 c->rasterizer.procs.enable(c, GL_DITHER); in ogles_init() 113 ggl_uninit_context(&(c->rasterizer)); in ogles_uninit() 114 free(c->rasterizer.base); in ogles_uninit() 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() 334 if (c->rasterizer.error) { in glGetError() [all …]
|
D | texture.cpp | 82 c->rasterizer.procs.activeTexture(c, i); in validate_tmu() 83 c->rasterizer.procs.bindTexture(c, &(u.texture->surface)); in validate_tmu() 84 c->rasterizer.procs.texGeni(c, GGL_S, in validate_tmu() 86 c->rasterizer.procs.texGeni(c, GGL_T, in validate_tmu() 88 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu() 90 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu() 92 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu() 94 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu() 99 c->rasterizer.procs.disable(c, GGL_TEXTURE_2D); in validate_tmu() 107 if (c->rasterizer.state.texture[i].enable) in ogles_validate_texture() [all …]
|
D | primitives.cpp | 106 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() 214 const uint32_t enables = c->rasterizer.state.enables; in ogles_validate_primitives() 398 if (!(c->rasterizer.state.texture[i].enable)) in fetch_texcoord_impl() 439 const uint32_t enables = c->rasterizer.state.enables; in fetch_texcoord() 463 const uint32_t enables = c->rasterizer.state.enables; in primitive_point() 481 c->rasterizer.procs.color4xv(c, v->color.v); in primitive_point() 487 if (!c->rasterizer.state.texture[i].enable) in primitive_point() [all …]
|
D | egl.cpp | 155 return static_cast<egl_context_t*>(gl->rasterizer.base); in context() 617 gl->rasterizer.procs.colorBuffer(gl, &buffer); in bindDrawSurface() 618 if (depth.data != gl->rasterizer.state.buffers.depth.data) in bindDrawSurface() 619 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface() 632 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface() 716 gl->rasterizer.procs.colorBuffer(gl, &buffer); in bindDrawSurface() 717 if (depth.data != gl->rasterizer.state.buffers.depth.data) in bindDrawSurface() 718 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface() 730 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface() 800 gl->rasterizer.procs.colorBuffer(gl, &pbuffer); in bindDrawSurface() [all …]
|
D | array.cpp | 1056 if (c->rasterizer.state.texture[i].enable) in clipVertexT() 1084 uint32_t enables = c->rasterizer.state.enables; in validate_arrays() 1093 c->rasterizer.procs.enableDisable(c, GGL_W_LERP, perspective); in validate_arrays() 1108 c->rasterizer.procs.enableDisable(c, GGL_AA, smooth); in validate_arrays() 1111 c->rasterizer.procs.shadeModel(c, in validate_arrays() 1186 if (c->rasterizer.state.texture[i].enable) { in validate_arrays() 1209 enables = c->rasterizer.state.enables; in validate_arrays() 1372 const uint32_t enables = c->rasterizer.state.enables; in glDrawArrays() 1432 const uint32_t enables = c->rasterizer.state.enables; in glDrawElements()
|
D | mipmap.cpp | 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]); in buildAPyramid()
|
D | matrix.cpp | 97 const uint32_t enables = c->rasterizer.state.enables; in validate_perspective() 665 y = c->rasterizer.state.buffers.color.height - (y + h); in ogles_scissor() 666 c->rasterizer.procs.scissor(c, x, y, w, h); in ogles_scissor() 685 GLint H = c->rasterizer.state.buffers.color.height; in ogles_viewport()
|
D | vertex.cpp | 137 perspective(c, v, c->rasterizer.state.enables); in ogles_vertex_project()
|
D | light.cpp | 104 c->rasterizer.procs.shadeModel(c, GL_SMOOTH); in ogles_init_light() 871 c->rasterizer.procs.fogColor3xv(c, paramsx); in glFogfv() 881 c->rasterizer.procs.fogColor3xv(c, params); in glFogxv()
|
D | context.h | 610 context_t rasterizer; member
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 442 class Region::rasterizer : public region_operator<Rect>::region_rasterizer class in android::Region 451 explicit rasterizer(Region& reg) in rasterizer() function in android::Region::rasterizer 456 virtual ~rasterizer(); 469 Region::rasterizer::~rasterizer() in ~rasterizer() 487 void Region::rasterizer::operator()(const Rect& rect) in operator ()() 503 void Region::rasterizer::flushSpan() in flushSpan() 638 rasterizer r(dst); in boolean_operation() 750 rasterizer r(dst); in boolean_operation()
|
/frameworks/native/libs/ui/include/ui/ |
D | Region.h | 150 class rasterizer; 151 friend class rasterizer; variable
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Region.h | 150 class rasterizer; 151 friend class rasterizer; variable
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 77 void operator()(region_rasterizer& rasterizer) { in operator() 88 rasterizer(current); in operator()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1454 public Rasterizer setRasterizer(Rasterizer rasterizer) { in setRasterizer() argument 1455 return rasterizer; in setRasterizer()
|