Home
last modified time | relevance | path

Searched refs:env (Results 1 – 11 of 11) sorted by relevance

/system/core/libnativebridge/
Dnative_bridge.cc319 static void SetCpuAbi(JNIEnv* env, jclass build_class, const char* field, const char* value) { in SetCpuAbi() argument
321 jfieldID field_id = env->GetStaticFieldID(build_class, field, "Ljava/lang/String;"); in SetCpuAbi()
323 env->ExceptionClear(); in SetCpuAbi()
328 jstring str = env->NewStringUTF(value); in SetCpuAbi()
330 env->ExceptionClear(); in SetCpuAbi()
335 env->SetStaticObjectField(build_class, field_id, str); in SetCpuAbi()
340 static void SetupEnvironment(const NativeBridgeCallbacks* callbacks, JNIEnv* env, const char* isa) { in SetupEnvironment() argument
342 if (env == nullptr) { in SetupEnvironment()
354 jint success = env->PushLocalFrame(16); // That should be small and large enough. in SetupEnvironment()
358 env->ExceptionClear(); in SetupEnvironment()
[all …]
/system/core/include/nativebridge/
Dnative_bridge.h51 bool InitializeNativeBridge(JNIEnv* env, const char* instruction_set);
183 const char* (*getMethodShorty)(JNIEnv* env, jmethodID mid);
192 uint32_t (*getNativeMethodCount)(JNIEnv* env, jclass clazz);
204 uint32_t (*getNativeMethods)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Dheader.h115 struct perf_session_env env; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Dheader.h99 struct perf_session_env env; member
/system/core/libpixelflinger/
Dpicker.cpp139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV); in ggl_pick()
Dpixelflinger.cpp347 if (c->activeTMU->env != param) { in ggl_texEnvi()
348 c->activeTMU->env = param; in ggl_texEnvi()
Dbuffer.cpp53 t.env = GGL_MODULATE; in ggl_init_texture()
Dscanline.cpp810 switch (tx.env) { in scanline()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp281 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i])); in decodeTMUNeeds()
299 if (tmu.env == GGL_REPLACE) { in decodeTMUNeeds()
301 } else if (tmu.env == GGL_DECAL) { in decodeTMUNeeds()
1007 switch (tmu.env) { in build_texture_environment()
DGGLAssembler.h319 int env; member
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h419 uint16_t env;