OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_componentCount
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsVertexArrayTests.cpp
456
,
m_componentCount
(1)
536
m_componentCount
= size;
569
m_ctx.vertexAttribPointer(loc,
m_componentCount
, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
575
m_ctx.vertexAttribIPointer(loc,
m_componentCount
, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
586
m_ctx.vertexAttribPointer(loc,
m_componentCount
, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
604
m_ctx.vertexAttribPointer(loc,
m_componentCount
, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
610
m_ctx.vertexAttribIPointer(loc,
m_componentCount
, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
621
m_ctx.vertexAttribPointer(loc,
m_componentCount
, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
762
std::vector<int>
m_componentCount
;
768
,
m_componentCount
(arrays.size()
[
all
...]
glsDrawTest.cpp
902
int getComponentCount (void) const { return
m_componentCount
; }
919
int
m_componentCount
;
939
,
m_componentCount
(1)
[
all
...]
glsVertexArrayTests.hpp
181
virtual int getComponentCount (void) const { return
m_componentCount
; }
207
int
m_componentCount
;
Completed in 845 milliseconds