Home
last modified time | relevance | path

Searched defs:assemble (Results 1 – 10 of 10) 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.cpp976 bool assemble = gsPa.Assemble(VERTEX_POSITION_SLOT, attrib_simd16); in GeometryShaderStage() local
1394 bool assemble = in TessellationStages() local
1821 bool assemble = pa.Assemble(VERTEX_POSITION_SLOT, prim_simd16); in ProcessDraw() local
2033 bool assemble = pa.Assemble(VERTEX_POSITION_SLOT, prim); in ProcessDraw() local
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c64 assemble(struct fd2_shader_stateobj *so) in assemble() function
/external/skia/src/pathops/
DSkPathWriter.cpp201 void SkPathWriter::assemble() { in assemble() function in SkPathWriter
/external/skqp/src/pathops/
DSkPathWriter.cpp201 void SkPathWriter::assemble() { in assemble() function in SkPathWriter
/external/fonttools/Lib/fontTools/ttLib/tables/
DS__i_l_f.py223 def assemble(instrs): 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.c3909 assemble(struct compiler *c, int addNone) in assemble() function
/external/python/cpython3/Python/
Dcompile.c5480 assemble(struct compiler *c, int addNone) in assemble() function