Home
last modified time | relevance | path

Searched refs:glDrawElementsNullAEMU (Results 1 – 22 of 22) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h389 {"glDrawElementsNullAEMU", (void*)glDrawElementsNullAEMU},
Dgl2_client_context.h434 glDrawElementsNullAEMU_client_proc_t glDrawElementsNullAEMU; member
Dgl2_client_context.cpp434glDrawElementsNullAEMU = (glDrawElementsNullAEMU_client_proc_t) getProc("glDrawElementsNullAEMU", … in initDispatchByName()
Dgl2_entry.cpp429 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
3006 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElementsNullAEMU() function
3009 ctx->glDrawElementsNullAEMU(ctx, mode, count, type, indices); in glDrawElementsNullAEMU()
DGL2Encoder.cpp132 OVERRIDE(glDrawElementsNullAEMU); in GL2Encoder()
Dgl2_enc.cpp12753 this->glDrawElementsNullAEMU = (glDrawElementsNullAEMU_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/
Dgles_extensions_for_gles2_static_translator_namespaced_header.h32 GL_APICALL void GL_APIENTRY glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const v…
Dgles_extensions_for_gles1_static_translator_namespaced_header.h32 GL_APICALL void GL_APIENTRY glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const v…
Dgles_extensions.entries32 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const void *indices);
Dgles_extensions_for_gles1.entries33 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const void *indices);
Dgles_extensions_for_gles2.entries33 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const void *indices);
Dgles1_stubbed_in_translator_namespace.cpp84 GL_APICALL void GL_APIENTRY glDrawElementsNullAEMU(GLenum, GLsizei, GLenum, const void *) { return;… in glDrawElementsNullAEMU() function
Dgles_extensions_functions.h32 …X(void, glDrawElementsNullAEMU, (GLenum mode, GLsizei count, GLenum type, const void * indices), (…
Dgles1_stubbed_in_translator_namespace.entries83 void glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const void *indices);
Dgles_extensions_dispatch_logging_wrappers.impl125 …DISPATCH_DEBUG_LOG("glDrawElementsNullAEMU(mode:0x%X, count:%d, type:0x%X, indices:%p)", mode, cou…
/device/generic/vulkan-cereal/stream-servers/gles2_dec/
Dgles2_server_context.h533 glDrawElementsNullAEMU_server_proc_t glDrawElementsNullAEMU; member
DGLESv2Decoder.cpp339 ctx->glDrawElementsNullAEMU(mode, count, type, data); in s_glDrawElementsDataNullAEMU()
346 ctx->glDrawElementsNullAEMU(mode, count, type, SafePointerFromUInt(offset)); in s_glDrawElementsOffsetNullAEMU()
Dgles2_server_context.cpp434glDrawElementsNullAEMU = (glDrawElementsNullAEMU_server_proc_t) getProc("glDrawElementsNullAEMU", … in initDispatchByName()
Dgles2_dec.cpp9387 … this->glDrawElementsNullAEMU(var_mode, var_count, var_type, (const GLvoid*)(inptr_indices.get())); in decode()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Imp.cpp155 GL_APICALL void GL_APIENTRY glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const …
283 …AEMU"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glDrawElementsNullAEMU); in getProcAddressGles2()
1608 GL_APICALL void GL_APIENTRY glDrawElementsNullAEMU(GLenum mode, GLsizei count, GLenum type, const … in glDrawElementsNullAEMU() function
/device/generic/vulkan-cereal/protocols/gles2/
Dgles2.attrib1456 glDrawElementsNullAEMU
Dgles2.in581 GL_ENTRY(void, glDrawElementsNullAEMU, GLenum mode, GLsizei count, GLenum type, const GLvoid* indic…