Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/docs/html/training/design-navigation/
Dindex.jd24 …tively and intuitively traverse your content. Each lesson covers various stages in the interaction…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec12 void glUseProgramStages ( GLuint pipeline, GLbitfield stages, GLuint program )
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd60 at which stages of the purchase flow the highest percentage of users abandon
/frameworks/base/opengl/java/android/opengl/
DGLES31.java330 int stages, in glUseProgramStages() argument
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd81 these stages has two main benefits: <strong>you’ll build apps with features
112 Unless you have to, don’t restrict the users you involve in these stages in
114 users engaged in these early stages (and listened too) are likely to be great
/frameworks/native/vulkan/api/
Dvulkan.api1067 /// Pipeline stages
1086 …VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 0x00008000, /// All stages of the graph…
1820 …VkShaderStageFlags stageFlags /// Shader stages this binding is v…
2049 VkShaderStageFlags stageFlags /// Which stages use the range
2061 …nstantRanges /// Array of pushConstantRangeCount number of ranges used by various shader stages
2301 …iptorSetSamplers /// max num of samplers allowed in all stages in a descriptor set
2302 …tUniformBuffers /// max num of uniform buffers allowed in all stages in a descriptor set
2303 …BuffersDynamic /// max num of dynamic uniform buffers allowed in all stages in a descriptor set
2304 …tStorageBuffers /// max num of storage buffers allowed in all stages in a descriptor set
2305 …BuffersDynamic /// max num of dynamic storage buffers allowed in all stages in a descriptor set
[all …]
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd34 design and testing folks as well, and make them are aware of the guidelines for these other stages
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd39 callback methods that correspond to specific stages of its
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in772 void API_ENTRY(glUseProgramStages)(GLuint pipeline, GLbitfield stages, GLuint program) {
773 CALL_GL_API(glUseProgramStages, pipeline, stages, program);
Dgl2ext_api.in535 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) {
536 CALL_GL_API(glUseProgramStagesEXT, pipeline, stages, program);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1395 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint p…
1464 GL_APICALL void GL_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);
Dgl32.h1395 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint p…
1464 GL_APICALL void GL_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp869 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III() argument
872 (GLbitfield)stages, in android_glUseProgramStages__III()
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd207 recorded display list. The new drawing model contains three stages:</p>
/frameworks/native/opengl/libs/
Dentries.in862 GL_ENTRY(void, glUseProgramStages, GLuint pipeline, GLbitfield stages, GLuint program)
863 GL_ENTRY(void, glUseProgramStagesEXT, GLuint pipeline, GLbitfield stages, GLuint program)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1538 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuin…
1583 GL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint progr…
/frameworks/base/docs/html/guide/components/
Dfragments.jd165 several other callback methods you should also use to handle various stages of the
/frameworks/base/docs/html/training/articles/
Dmemory.jd502 throughout all stages of its lifecycle. For information about how to analyze your app, read <a