Home
last modified time | relevance | path

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

/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_functions.h14 X(void, glVertexAttrib1f, (GLuint indx, GLfloat x), (indx, x)) \
15 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
16 X(void, glVertexAttrib2f, (GLuint indx, GLfloat x, GLfloat y), (indx, x, y)) \
17 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
18 X(void, glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z)) \
19 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
20 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
21 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
22 …VertexAttribPointer, (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, …
Dgles2_only_static_translator_namespaced_header.h14 GL_APICALL void GL_APIENTRY glVertexAttrib1f(GLuint indx, GLfloat x);
15 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values);
16 GL_APICALL void GL_APIENTRY glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
17 GL_APICALL void GL_APIENTRY glVertexAttrib2fv(GLuint indx, const GLfloat* values);
18 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
19 GL_APICALL void GL_APIENTRY glVertexAttrib3fv(GLuint indx, const GLfloat* values);
20 GL_APICALL void GL_APIENTRY glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat …
21 GL_APICALL void GL_APIENTRY glVertexAttrib4fv(GLuint indx, const GLfloat* values);
22 GL_APICALL void GL_APIENTRY glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean n…
Dgles3_extensions_functions.h8 …bIPointerWithDataSize, (GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid* ptr, G…
Dgles2_extensions_functions.h14 …thDataSize, (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLv…
Dgles12tr_internal.h315 X(void, glVertexAttrib1f, (GLuint indx, GLfloat x), (indx, x)) \
316 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
317 X(void, glVertexAttrib2f, (GLuint indx, GLfloat x, GLfloat y), (indx, x, y)) \
318 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
319 X(void, glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z)) \
320 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
321 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
322 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
323 …rtexAttribPointer, (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, co…
Dgles3_extensions_static_translator_namespaced_header.h8 GL_APICALL void GL_APIENTRY glVertexAttribIPointerWithDataSize(GLuint indx, GLint size, GLenum type…
Dgles2_extensions_static_translator_namespaced_header.h14 GL_APICALL void GL_APIENTRY glVertexAttribPointerWithDataSize(GLuint indx, GLint size, GLenum type,…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only_dispatch_logging_wrappers.impl34 void glVertexAttrib1f_dispatchLoggingWrapper(GLuint indx, GLfloat x) {
35 DISPATCH_DEBUG_LOG("glVertexAttrib1f(indx:%d, x:%f)", indx, x);
36 GLDispatch::glVertexAttrib1f_underlying(indx, x);
39 void glVertexAttrib1fv_dispatchLoggingWrapper(GLuint indx, const GLfloat* values) {
40 DISPATCH_DEBUG_LOG("glVertexAttrib1fv(indx:%d, values:%p)", indx, values);
41 GLDispatch::glVertexAttrib1fv_underlying(indx, values);
44 void glVertexAttrib2f_dispatchLoggingWrapper(GLuint indx, GLfloat x, GLfloat y) {
45 DISPATCH_DEBUG_LOG("glVertexAttrib2f(indx:%d, x:%f, y:%f)", indx, x, y);
46 GLDispatch::glVertexAttrib2f_underlying(indx, x, y);
49 void glVertexAttrib2fv_dispatchLoggingWrapper(GLuint indx, const GLfloat* values) {
[all …]
Dgles2_only.entries11 void glVertexAttrib1f(GLuint indx, GLfloat x);
12 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
13 void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
14 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
15 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
16 void glVertexAttrib3fv(GLuint indx, const GLfloat* values);
17 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
18 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
19 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stri…
Dgles3_extensions_dispatch_logging_wrappers.impl4 void glVertexAttribIPointerWithDataSize_dispatchLoggingWrapper(GLuint indx, GLint size, GLenum type…
5 …UG_LOG("glVertexAttribIPointerWithDataSize(indx:%d, size:%d, type:0x%X, stride:%d, ptr:%p, dataSiz…
6 GLDispatch::glVertexAttribIPointerWithDataSize_underlying(indx, size, type, stride, ptr, dataSize);
Dgles2_extensions_dispatch_logging_wrappers.impl19 void glVertexAttribPointerWithDataSize_dispatchLoggingWrapper(GLuint indx, GLint size, GLenum type,…
20 …"glVertexAttribPointerWithDataSize(indx:%d, size:%d, type:0x%X, normalized:%d, stride:%d, ptr:%p, …
21 …GLDispatch::glVertexAttribPointerWithDataSize_underlying(indx, size, type, normalized, stride, ptr…
Dgles3_extensions.entries5 void glVertexAttribIPointerWithDataSize(GLuint indx, GLint size, GLenum type, GLsizei stride, const…
Dgles12tr_internal.entries313 void glVertexAttrib1f( GLuint indx, GLfloat x);
314 void glVertexAttrib1fv( GLuint indx, const GLfloat* values);
315 void glVertexAttrib2f( GLuint indx, GLfloat x, GLfloat y);
316 void glVertexAttrib2fv( GLuint indx, const GLfloat* values);
317 void glVertexAttrib3f( GLuint indx, GLfloat x, GLfloat y, GLfloat z);
318 void glVertexAttrib3fv( GLuint indx, const GLfloat* values);
319 void glVertexAttrib4f( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
320 void glVertexAttrib4fv( GLuint indx, const GLfloat* values);
321 void glVertexAttribPointer( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei str…
Dgles2_extensions.entries12 void glVertexAttribPointerWithDataSize(GLuint indx, GLint size, GLenum type, GLboolean normalized, …
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp314 void GLESv2Decoder::s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum type, in s_glVertexAttribPointerData() argument
319 ctx->m_contextData->storePointerData(indx, data, datalen); in s_glVertexAttribPointerData()
323 ctx->glVertexAttribPointerWithDataSize(indx, size, type, normalized, in s_glVertexAttribPointerData()
324 0, ctx->m_contextData->pointerData(indx), datalen); in s_glVertexAttribPointerData()
326 ctx->glVertexAttribPointer(indx, size, type, normalized, 0, in s_glVertexAttribPointerData()
327 ctx->m_contextData->pointerData(indx)); in s_glVertexAttribPointerData()
332 void GLESv2Decoder::s_glVertexAttribPointerOffset(void *self, GLuint indx, GLint size, GLenum type, in s_glVertexAttribPointerOffset() argument
336 ctx->glVertexAttribPointer(indx, size, type, normalized, stride, SafePointerFromUInt(data)); in s_glVertexAttribPointerOffset()
581 void GLESv2Decoder::s_glVertexAttribIPointerDataAEMU(void *self, GLuint indx, GLint size, GLenum ty… in s_glVertexAttribIPointerDataAEMU() argument
585 ctx->m_contextData->storePointerData(indx, data, datalen); in s_glVertexAttribIPointerDataAEMU()
[all …]
DGLESv2Decoder.h59 …static void gles2_APIENTRY s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum…
61 …static void gles2_APIENTRY s_glVertexAttribPointerOffset(void *self, GLuint indx, GLint size, GLen…
86 …static void gles2_APIENTRY s_glVertexAttribIPointerDataAEMU(void *self, GLuint indx, GLint size, G…
87 …static void gles2_APIENTRY s_glVertexAttribIPointerOffsetAEMU(void *self, GLuint indx, GLint size,…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h212 X(void, glVertexAttrib1f, (GLuint indx, GLfloat x), (indx, x)) \
213 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
214 X(void, glVertexAttrib2f, (GLuint indx, GLfloat x, GLfloat y), (indx, x, y)) \
215 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
216 X(void, glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z)) \
217 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
218 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
219 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
220 …VertexAttribPointer, (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, …
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp140 void glVertexAttrib1f(GLuint indx, GLfloat x);
141 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
142 void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
143 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
144 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
145 void glVertexAttrib3fv(GLuint indx, const GLfloat* values);
146 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
147 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
148 …void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei str…
209 …void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei…
[all …]
DGL2Encoder.h265 static void s_glVertexAttribPointer(void *self, GLuint indx, GLint size, GLenum type,
921 static void s_glVertexAttrib1f(void *self , GLuint indx, GLfloat x);
922 static void s_glVertexAttrib2f(void *self , GLuint indx, GLfloat x, GLfloat y);
923 static void s_glVertexAttrib3f(void *self , GLuint indx, GLfloat x, GLfloat y, GLfloat z);
924 …static void s_glVertexAttrib4f(void *self , GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat …
925 static void s_glVertexAttrib1fv(void *self , GLuint indx, const GLfloat* values);
926 static void s_glVertexAttrib2fv(void *self , GLuint indx, const GLfloat* values);
927 static void s_glVertexAttrib3fv(void *self , GLuint indx, const GLfloat* values);
928 static void s_glVertexAttrib4fv(void *self , GLuint indx, const GLfloat* values);
DGL2Encoder.cpp745 void GL2Encoder::s_glVertexAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolea… in s_glVertexAttribPointer() argument
749 VALIDATE_VERTEX_ATTRIB_INDEX(indx); in s_glVertexAttribPointer()
757 ctx->m_state->setVertexAttribBinding(indx, indx); in s_glVertexAttribPointer()
758 ctx->m_state->setVertexAttribFormat(indx, size, type, normalized, 0, false); in s_glVertexAttribPointer()
773 …ctx->m_state->bindIndexedBuffer(0, indx, ctx->m_state->currentArrayVbo(), (uintptr_t)ptr, 0, strid… in s_glVertexAttribPointer()
776 ctx->glVertexAttribPointerOffset(ctx, indx, size, type, normalized, stride, (uintptr_t)ptr); in s_glVertexAttribPointer()
6618 void GL2Encoder::s_glVertexAttrib1f(void *self , GLuint indx, GLfloat x) { in s_glVertexAttrib1f() argument
6620 VALIDATE_VERTEX_ATTRIB_INDEX(indx); in s_glVertexAttrib1f()
6621 ctx->m_glVertexAttrib1f_enc(ctx, indx, x); in s_glVertexAttrib1f()
6624 void GL2Encoder::s_glVertexAttrib2f(void *self , GLuint indx, GLfloat x, GLfloat y) { in s_glVertexAttrib2f() argument
[all …]
Dgl2_enc.cpp4362 void glVertexAttrib1f_enc(void *self , GLuint indx, GLfloat x) in glVertexAttrib1f_enc() argument
4364 ENCODER_DEBUG_LOG("glVertexAttrib1f(indx:%u, x:%f)", indx, x); in glVertexAttrib1f_enc()
4382 memcpy(ptr, &indx, 4); ptr += 4; in glVertexAttrib1f_enc()
4390 void glVertexAttrib1fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib1fv_enc() argument
4392 ENCODER_DEBUG_LOG("glVertexAttrib1fv(indx:%u, values:0x%08x)", indx, values); in glVertexAttrib1fv_enc()
4411 memcpy(ptr, &indx, 4); ptr += 4; in glVertexAttrib1fv_enc()
4420 void glVertexAttrib2f_enc(void *self , GLuint indx, GLfloat x, GLfloat y) in glVertexAttrib2f_enc() argument
4422 ENCODER_DEBUG_LOG("glVertexAttrib2f(indx:%u, x:%f, y:%f)", indx, x, y); in glVertexAttrib2f_enc()
4440 memcpy(ptr, &indx, 4); ptr += 4; in glVertexAttrib2f_enc()
4449 void glVertexAttrib2fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib2fv_enc() argument
[all …]
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in137 GL_ENTRY(void, glVertexAttrib1f, GLuint indx, GLfloat x)
138 GL_ENTRY(void, glVertexAttrib1fv, GLuint indx, const GLfloat* values)
139 GL_ENTRY(void, glVertexAttrib2f, GLuint indx, GLfloat x, GLfloat y)
140 GL_ENTRY(void, glVertexAttrib2fv, GLuint indx, const GLfloat* values)
141 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
142 GL_ENTRY(void, glVertexAttrib3fv, GLuint indx, const GLfloat* values)
143 GL_ENTRY(void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
144 GL_ENTRY(void, glVertexAttrib4fv, GLuint indx, const GLfloat* values)
145 GL_ENTRY(void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, G…
212 GL_ENTRY(void, glVertexAttribPointerData, GLuint indx, GLint size, GLenum type, GLboolean normalize…
[all …]
Dgles2.attrib363 #void glVertexAttrib1fv(GLuint indx, GLfloat *values)
366 #void glVertexAttrib2fv(GLuint indx, GLfloat *values)
370 #void glVertexAttrib3fv(GLuint indx, GLfloat *values)
374 #void glVertexAttrib4fv(GLuint indx, GLfloat *values)
378 #void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei str…
609 #void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei…
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp6075 for (int indx = 0; indx < drv_ctx.op_buf.actualcount; indx++) in component_deinit() local
6076 m_heap_ptr[indx].video_heap_ptr = NULL; in component_deinit()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp5882 for (int indx = 0; indx < drv_ctx.op_buf.actualcount; indx++) in component_deinit() local
5883 m_heap_ptr[indx].video_heap_ptr = NULL; in component_deinit()