Searched refs:target (Results 101 - 125 of 645) sorted by last modified time

1234567891011>>

/frameworks/rs/driver/
H A DrsdShader.cpp413 const GLenum target = drvTex->glTarget; local
414 if (!target) {
424 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
429 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
433 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
439 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
442 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MAG_FILTER,
444 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_S, transNP[s->mHal.state.wrapS]);
445 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_T, transNP[s->mHal.state.wrapT]);
448 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTE
[all...]
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk43 -target $(BCC_RS_TRIPLE) \
/frameworks/rs/perf-test-scripts/
H A Dset-gpu-freq66 freq=`printf "%d\n" "${frequencies[@]}" | awk -v closest=${frequencies[0]} -v target=$targetFreq 'BEGIN{diff=$0-target;if(diff<0)diff=-diff;lowest=diff};{diff=$0-target;if(diff<0)diff=-diff;if(diff<lowest){lowest=diff;closest=$0}};END{print closest}'`
/frameworks/rs/
H A DrsRuntime.h153 void rsrForEach(Context *, Script *target,
H A DrsScriptC_Lib.cpp225 Script *target,
231 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
224 rsrForEach(Context *rsc, Script *target, uint32_t slot, uint32_t numInputs, Allocation **in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/frameworks/rs/rsov/compiler/
H A Drs2spirv_driver.sh67 eval llvm-rs-cc -o "$output_folder" -S -emit-llvm -Wall -Werror -target-api 24 \
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp571 DebugInfoSection::lookupNameByInstruction(const Instruction *target) const {
575 if (nameInst->mOperand1.mInstruction == target) {
/frameworks/rs/rsov/tests/RSoVTest/
H A DAndroid.mk25 LOCAL_RENDERSCRIPT_FLAGS := -target-api 0
/frameworks/rs/script_api/
H A DSpecification.h143 /* Return true if the target can be found whitin the range. */
144 bool includesVersion(unsigned int target) const {
145 return (minVersion == 0 || target >= minVersion) &&
146 (maxVersion == 0 || target <= maxVersion);
H A Drs_core.spec29 APIs, see the <a target="_parent" href="http://developer.android.com/reference/android/renderscript/package-summary.html">android.renderscript</a> package reference.
32 framework APIs interact, see the <a target="_parent" href="http://developer.android.com/guide/topics/renderscript/index.html">RenderScript developer guide</a> and the <a target="_parent" href="http://developer.android.com/resources/samples/RenderScript/index.html">RenderScript samples</a>.
H A Drs_graphics.spec245 summary: Set the color target
247 Set the color target used for all subsequent rendering calls
282 summary: Set the depth target
284 Set the depth target used for all subsequent rendering calls
413 summary: Clear the color target
415 Clear the previously set color target
436 summary: Clear the depth target
438 Clear the previously set depth target
H A Drs_math.spec2756 arg: #2#1 target
2759 Returns the next representable floating point number from v towards target.
2772 arg: #2#1 target
/frameworks/rs/script_api/include/
H A Drs_math.rsh5471 * Returns the next representable floating point number from v towards target.
5477 nextafter(float v, float target);
5480 nextafter(float2 v, float2 target);
5483 nextafter(float3 v, float3 target);
5486 nextafter(float4 v, float4 target);
5490 nextafter(half v, half target);
5495 nextafter(half2 v, half2 target);
5500 nextafter(half3 v, half3 target);
5505 nextafter(half4 v, half4 target);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java637 private void validateCycle(Node target, Node original) { argument
638 for (int ct = 0; ct < target.mOutputs.size(); ct++) {
639 final ConnectLine cl = target.mOutputs.get(ct);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1091 private Bundle handleSmsWhitelisting(ComponentName target) { argument
1094 if (target != null) {
1095 pkgName = target.getPackageName();
H A DMccTable.java242 * {@code target}. This looks through the list of {@link #FALLBACKS}, and follows the chain
244 * This function assumes that {@code target} is not in {@code candidates}.
252 private static Locale lookupFallback(Locale target, List<Locale> candidates) { argument
253 Locale fallback = target;
282 final Locale target = new Locale(language, country);
300 if (l.getLanguage().equals(target.getLanguage())) {
302 if (l.getCountry().equals(target.getCountry())) {
318 Locale bestMatch = lookupFallback(target, languageMatches);
330 if (!TextUtils.isEmpty(target.getCountry())) {
332 LocaleInfo targetInfo = LocaleStore.getLocaleInfo(target);
[all...]
H A DPhoneStateIntentReceiver.java64 public PhoneStateIntentReceiver(Context context, Handler target) { argument
67 setTarget(target);
H A DRIL.java2204 byte[] target = Arrays.copyOfRange(ctlv.getRawValue(), from,
2207 IccUtils.bytesToHexString(target), "********");
/frameworks/opt/telephony/tests/telephonytests/
H A DAndroid.mk19 mockito-target-minus-junit4 \
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... String) throws org.xml.sax.SAXException String target String data public void setDocumentLocator (org.xml.sax ...
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
H A DAndroid.mk54 mockito-target-minus-junit4 \
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java862 Transaction target = event.isServerTransaction()
866 if ((current != target) && (mState != SipSession.State.PINGING)) {
868 + toString(current) + ", target=" + toString(target));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java326 // This one is used to track whta is the current target network ID. This is used for error
2205 sb.append(" target=").append(key);
3885 // If BSSID is null, use the target roam BSSID
5131 * And there is an associated BSSID corresponding to our target BSSID, then
5214 String target = "";
5215 if (mTargetRoamBSSID != null) target = mTargetRoamBSSID;
5218 + " target=" + target);
5455 // find the target SSID in its cache),
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk62 mockito-target-minus-junit4 \
/frameworks/opt/net/ims/tests/
H A DAndroid.mk34 mockito-target-minus-junit4

Completed in 270 milliseconds

1234567891011>>