Home
last modified time | relevance | path

Searched defs:assemble (Results 1 – 8 of 8) sorted by relevance

/external/smali/smali/src/main/java/org/jf/smali/
DSmali.java64 public static boolean assemble(final SmaliOptions options, String... input) throws IOException { in assemble() method in Smali
75 …public static boolean assemble(final SmaliOptions options, List<String> input) throws IOException { in assemble() method in Smali
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp799 bool assemble = gsPa.Assemble(VERTEX_POSITION_SLOT, attrib); in GeometryShaderStage() local
1108 bool assemble = in TessellationStages() local
1334 bool assemble = pa.Assemble(VERTEX_POSITION_SLOT, prim); in ProcessDraw() local
Dclip.h448 bool assemble = clipPa.Assemble(VERTEX_POSITION_SLOT, attrib); in ClipSimd() local
/external/skia/src/pathops/
DSkPathWriter.cpp193 void SkPathWriter::assemble() { in assemble() function in SkPathWriter
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c64 assemble(struct fd2_shader_stateobj *so) in assemble() function
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h751 AssembledTest assemble() { in assemble() function
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h937 AssembledTest assemble() { in assemble() function
/external/python/cpython2/Python/
Dcompile.c3908 assemble(struct compiler *c, int addNone) in assemble() function