Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 21 of 21) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/
Dmin-rt.parm1 // Memory map file to generate linker scripts for programs without board I/O.
6 // These coded instructions, statements, and computer programs are the
Dspecs2 # These coded instructions, statements, and computer programs are the
/device/google/coral/json-c/
DREADME.md40 To build and run the test programs:
Dconfigure.ac24 # Checks for programs.
DDoxyfile782 # programs which support those fields.
/device/google/bonito/json-c/
DREADME.md40 To build and run the test programs:
Dconfigure.ac24 # Checks for programs.
DDoxyfile782 # programs which support those fields.
/device/google/crosshatch/json-c/
DREADME.md40 To build and run the test programs:
Dconfigure.ac24 # Checks for programs.
DDoxyfile782 # programs which support those fields.
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib438 dir programs out
439 len programs (maxPrograms * sizeof(GLuint))
Dgles1.in294 GL_ENTRY(void, glExtGetProgramsQCOM, GLuint *programs, GLint maxPrograms, GLint *numPrograms)
/device/ti/beagle_x15/gpu/
DNOTICE67 * based on industry recognized standards or software programs published by
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1242 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numProgra…
1247 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMSQCOMPROC) (GLuint *programs, GLint maxPrograms, GLint…
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1386 void glExtGetProgramsQCOM(GLuint *programs, GLint maxPrograms, GLint *numPrograms) in glExtGetProgramsQCOM() argument
1388 getDispatch()->glExtGetProgramsQCOM(programs, maxPrograms, numPrograms); in glExtGetProgramsQCOM()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp294 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms);
2037 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms) in glExtGetProgramsQCOM() argument
2040 ctx->glExtGetProgramsQCOM(ctx, programs, maxPrograms, numPrograms); in glExtGetProgramsQCOM()
Dgl_enc.cpp8144 void glExtGetProgramsQCOM_enc(void *self , GLuint* programs, GLint maxPrograms, GLint* numPrograms) in glExtGetProgramsQCOM_enc() argument
8171 stream->readback(programs, __size_programs); in glExtGetProgramsQCOM_enc()
8172 if (useChecksum) checksumCalculator->addBuffer(programs, __size_programs); in glExtGetProgramsQCOM_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in201 GL_ENTRY(void, glExtGetProgramsQCOM, GLuint *programs, GLint maxPrograms, GLint *numPrograms)
474 # Separable shader programs - may need to change how program objects are represented and shared!
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h1860 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMSQCOMPROC) (GLuint *programs, GLint maxPrograms, GLint…
1865 GL_APICALL void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPr…
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp204 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms);
1637 void glExtGetProgramsQCOM(GLuint* programs, GLint maxPrograms, GLint* numPrograms) in glExtGetProgramsQCOM() argument
1640 ctx->glExtGetProgramsQCOM(ctx, programs, maxPrograms, numPrograms); in glExtGetProgramsQCOM()