Searched refs:env (Results 1 – 11 of 11) sorted by relevance
/system/core/libnativebridge/ |
D | native_bridge.cc | 319 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/ |
D | native_bridge.h | 51 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/ |
D | header.h | 115 struct perf_session_env env; member
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
D | header.h | 99 struct perf_session_env env; member
|
/system/core/libpixelflinger/ |
D | picker.cpp | 139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV); in ggl_pick()
|
D | pixelflinger.cpp | 347 if (c->activeTMU->env != param) { in ggl_texEnvi() 348 c->activeTMU->env = param; in ggl_texEnvi()
|
D | buffer.cpp | 53 t.env = GGL_MODULATE; in ggl_init_texture()
|
D | scanline.cpp | 810 switch (tx.env) { in scanline()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 281 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()
|
D | GGLAssembler.h | 319 int env; member
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 419 uint16_t env;
|