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

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

Completed in 122 milliseconds