Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/frameworks/rs/api/
Drs_graphics.spec627 summary: Get the surface height
629 Get the height of the current rendering surface.
638 summary: Get the surface width
640 Get the width of the current rendering surface.
654 summary: Get the bounding box for a text string
800 summary: Get the projection matrix for a fixed function vertex program
802 Get the projection matrix for a currently bound fixed function
856 summary: Get program raster cull mode
858 Get program raster cull mode
868 summary: Get program raster point sprite state
[all …]
Drs_object_info.spec316 Get the Sampler's anisotropy.
340 Get the Sampler's minification value.
364 Get the sampler's wrap T value.
/frameworks/native/opengl/tools/glgen/stubs/gles11/
Dcommon.cpp105 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get() function in ByteArrayGetter
111 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get() function in BooleanArrayGetter
117 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get() function in CharArrayGetter
123 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get() function in ShortArrayGetter
129 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get() function in IntArrayGetter
135 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get() function in LongArrayGetter
141 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get() function in FloatArrayGetter
147 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get() function in DoubleArrayGetter
155 return ARRAYGETTER::Get(_env, array, is_copy); in getArrayPointer()
/frameworks/base/docs/html/preview/
Dsamples.jd26 Get it on GitHub</a>
43 Get it on GitHub</a>
60 Get it on GitHub</a>
72 Get it on GitHub</a>
84 Get it on GitHub</a>
Dsetup-sdk.jd12 <li><a href="#get-as13">Get Android Studio 2.1</a></li>
13 <li><a href="#get-sdk">Get the Android N SDK</a>
18 <li><a href="#java8">Get the Java 8 JDK</a></li>
35 <h2 id="get-as13">Get Android Studio 2.1</h2>
54 <h2 id="get-sdk">Get the N Preview SDK</h2>
77 <h3 id="docs-dl">Get the N Preview reference documentation</h3>
107 <h2 id="java8">Get the Java 8 JDK</h2>
/frameworks/compile/libbcc/
DREADME.rst102 * **bccGetFuncAddr** - Get the entry address of the function
111 * **bccGetExportVarCount** - Get the count of exported variables
113 * **bccGetExportVarList** - Get the addresses of exported variables
115 * **bccGetExportFuncCount** - Get the count of exported functions
117 * **bccGetExportFuncList** - Get the addresses of exported functions
119 * **bccGetPragmaCount** - Get the count of pragmas
121 * **bccGetPragmaList** - Get the pragmas
126 * **bccGetFuncCount** - Get the count of functions (including non-exported)
128 * **bccGetFuncInfoList** - Get the function information (name, base, size)
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp131 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get() function in ByteArrayGetter
137 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get() function in BooleanArrayGetter
143 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get() function in CharArrayGetter
149 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get() function in ShortArrayGetter
155 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get() function in IntArrayGetter
161 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get() function in LongArrayGetter
167 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get() function in FloatArrayGetter
173 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get() function in DoubleArrayGetter
181 return ARRAYGETTER::Get(_env, array, is_copy); in getArrayPointer()
/frameworks/rs/scriptc/
Drs_graphics.rsh954 * rsgGetHeight: Get the surface height
958 * Get the height of the current rendering surface.
972 * rsgGetWidth: Get the surface width
976 * Get the width of the current rendering surface.
990 * rsgMeasureText: Get the bounding box for a text string
1200 …* rsgProgramVertexGetProjectionMatrix: Get the projection matrix for a fixed function vertex progr…
1204 * Get the projection matrix for a currently bound fixed function
1292 * rsgProgramRasterGetCullMode: Get program raster cull mode
1296 * Get program raster cull mode
1313 * rsgProgramRasterIsPointSpriteEnabled: Get program raster point sprite state
[all …]
Drs_object_info.rsh138 * rsAllocationGetElement: Get the object that describes the cell of an Allocation
140 * Get the Element object describing the type, kind, and other characteristics of a cell
386 * Get the Sampler's anisotropy.
398 * Get the Sampler's magnification value.
410 * Get the Sampler's minification value.
422 * Get the Sampler's wrap S value.
434 * Get the sampler's wrap T value.
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd13 <li><a href="#GetFilePath">Get the Directory for Copied Files</a></li>
101 >Get the directory from a content URI</a>.
127 <h2 id="GetFilePath">Get the Directory for Copied Files</h2>
157 // Get the Intent action
162 * Get the URI.
165 // Get the URI from the Intent
182 <h3>Get the directory from a file URI</h3>
194 // Get the path part of the URI
198 // Get a string containing the file's parent directory
204 <h3 id="GetDirectory">Get the directory from a content URI</h3>
[all …]
/frameworks/volley/src/test/java/com/android/volley/mock/
DTestRequest.java74 public static class Get extends Base { class in TestRequest
75 public Get() { in Get() method in TestRequest.Get
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_graphics.jd300 <b>Deprecated</b>. Get the surface height
308 <b>Deprecated</b>. Get the surface width
316 <b>Deprecated</b>. Get the bounding box for a text string
380 <b>Deprecated</b>. Get program raster cull mode
388 <b>Deprecated</b>. Get program raster point sprite state
396 <b>Deprecated</b>. Get program store blend destination function
404 <b>Deprecated</b>. Get program store blend source function
412 <b>Deprecated</b>. Get program store depth function
420 <b>Deprecated</b>. Get program store alpha component color mask
428 <b>Deprecated</b>. Get program store blur component color mask
[all …]
/frameworks/base/core/jni/android/opengl/
Dutil.cpp155 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get() function in android::ByteArrayGetter
161 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get() function in android::BooleanArrayGetter
167 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get() function in android::CharArrayGetter
173 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get() function in android::ShortArrayGetter
179 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get() function in android::IntArrayGetter
185 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get() function in android::LongArrayGetter
191 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get() function in android::FloatArrayGetter
197 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get() function in android::DoubleArrayGetter
296 mBase = (T*) ArrayGetter::Get(mEnv, mRef, (jboolean *) 0); in bind()
/frameworks/base/docs/html/training/gestures/
Dmulti.jd18 <li><a href="#action">Get a MotionEvent's Action</a></li>
97 // Get the pointer ID
105 // Get the pointer's current position
110 <h2 id="action">Get a MotionEvent's Action</h2>
134 // Get the index of the pointer associated with the action.
/frameworks/data-binding/compiler/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/samples/BindingDemo/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/developmentPlugins/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/App With Spaces/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/IndependentLibrary/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/TestApp/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/docs/html/tv/
Dindex.jd46 Get Started
120 <p>Get Found</p>
183 <div class="landing-h1 landing-align-left">Get Started with Android TV</div>
195 Get Started
247 Get information about the streaming media player
/frameworks/base/docs/html/distribute/
Dindex.jd61 …ass="dac-filter-item" data-filter-value="category:googleplay" data-filter-name="Get Started"></div>
62 …<div class="dac-filter-item" data-filter-value="category:users" data-filter-name="Get Users"></div>
106 Get started
122 Get users
/frameworks/base/docs/html-intl/intl/zh-cn/
Dindex.jd24 Get ready for the next version of Android!
59 Get the SDK
86 Get the SDK

12345678910>>...13