Home
last modified time | relevance | path

Searched defs:mesh (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_mesh.c12 Mesh_t *mesh = (Mesh_t *)m.p; in rsgMeshGetVertexAllocationCount() local
21 Mesh_t *mesh = (Mesh_t *)m.p; in rsgMeshGetPrimitiveCount() local
30 Mesh_t *mesh = (Mesh_t *)m.p; in rsgMeshGetVertexAllocation() local
43 Mesh_t *mesh = (Mesh_t *)m.p; in rsgMeshGetIndexAllocation() local
56 Mesh_t *mesh = (Mesh_t *)m.p; in rsgMeshGetPrimitive() local
/frameworks/native/services/surfaceflinger/
DLayerDim.cpp51 Mesh mesh(Mesh::TRIANGLE_FAN, 4, 2); in onDraw() local
DLayer.cpp1380 void Layer::computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh,
/frameworks/base/libs/hwui/font/
DCacheTexture.h145 TextureVertex* mesh() const { in mesh() function
165 TextureVertex* mesh = mMesh + mCurrentQuad * 4; in addQuad() local
/frameworks/base/libs/hwui/
DPatchCache.cpp230 const Patch* mesh = mCache.get(description); in get() local
DGlop.h114 } mesh; member
DGlopBuilder.cpp660 const Glop::Mesh& mesh = glop.mesh; in dump() local
DBakedOpDispatcher.cpp447 std::unique_ptr<ColorTextureVertex[]> mesh(new ColorTextureVertex[elementCount]); in onBitmapMeshOp() local
588 const Patch* mesh = renderer.caches().patchCache.get( in onPatchOp() local
/frameworks/base/libs/hwui/renderstate/
DOffscreenBufferPool.cpp81 TextureVertex* mesh = &meshVector[0]; in updateMeshFromRegion() local
DRenderState.cpp261 const Glop::Mesh& mesh = glop.mesh; in render() local
/frameworks/rs/
DrsMesh.cpp147 Mesh *mesh = new Mesh(rsc, vertexBuffersCount, primitivesCount); in createFromStream() local
Drs_hal.h350 } mesh; member
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.cpp373 void GLES20RenderEngine::drawMesh(const Mesh& mesh) {
DRenderEngine.cpp204 Mesh mesh(Mesh::TRIANGLES, c*6, 2); in fillRegionWithColor() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2708 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) in nMeshGetVertexBufferCount()
2719 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) in nMeshGetIndexCount()
2730 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxID… in nMeshGetVertices()
2748 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _… in nMeshGetIndices()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1064 void rsgMeshComputeBoundingBox(::rs_mesh mesh,