Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md78 * initialization and execution of the first three stages during cold boot
237 stages of the ARM Trusted Firmware and normal world software. It sets up
557 that can be passed in registers by previous boot stages. Instead, the platform
1743 stages mentioned in the previous sections. The code is also divided into the
1774 certain code only for specific boot loader stages
Dporting-guide.md43 Some modifications are common to all Boot Loader (BL) stages. Section 2
939 later Bootloader stages with MMU off
1449 inclusion or exclusion of certain BL stages from the FIP image. These flags
Dchange-log.md413 * Major rework to the handover interface between BL stages, in particular the
Duser-guide.md138 7. (Optional) Path to binary for certain BL stages (BL2, BL3-1 and BL3-2) can be
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h628 … static void s_glUseProgramStages(void *self, GLuint pipeline, GLbitfield stages, GLuint program);
Dgl2_entry.cpp356 void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
2550 void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in glUseProgramStages() argument
2553 ctx->glUseProgramStages(ctx, pipeline, stages, program); in glUseProgramStages()
DGL2Encoder.cpp4537 void GL2Encoder::s_glUseProgramStages(void *self, GLuint pipeline, GLbitfield stages, GLuint progra… in s_glUseProgramStages() argument
4547 ctx->m_glUseProgramStages_enc(self, pipeline, stages, program); in s_glUseProgramStages()
Dgl2_enc.cpp9158 void glUseProgramStages_enc(void *self , GLuint pipeline, GLbitfield stages, GLuint program) in glUseProgramStages_enc() argument
9177 memcpy(ptr, &stages, 4); ptr += 4; in glUseProgramStages_enc()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h1086 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuin…
1131 GL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint progr…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1121 GL_APICALL void GL_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);