Home
last modified time | relevance | path

Searched refs:VertexAttribState (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h176 } VertexAttribState; typedef
188 typedef std::vector<VertexAttribState> VertexAttribStateVector;
211 VertexAttribState& operator[](size_t k) { return it->second.attribState[k]; }
269 const VertexAttribState& getState(int location);
270 const VertexAttribState& getStateAndEnableDirty(int location, bool *enableChanged);
751 const VertexAttribState& vertexAttrib = getState(index); in getVertexAttribParameter()
807 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
813 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
819 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
825 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp1892 class VertexAttribState : public glcts::GLWrapper class
1908 VertexAttribState(int attribindex) in VertexAttribState() function in glcts::__anon955a63580111::VertexAttribState
2135 VertexAttribState va(i); in Run()
2152 VertexAttribState va0(0); in Run()
2167 VertexAttribState va2(2); in Run()
2217 VertexAttribState va15(15); in Run()
2327 VertexAttribState va(i); in Run()
2342 VertexAttribState va(i); in Run()
2357 VertexAttribState va5(5); in Run()
2361 VertexAttribState va2(2); in Run()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp2432 class VertexAttribState : public deqp::GLWrapper class
2449 VertexAttribState(int attribindex) in VertexAttribState() function in gl4cts::__anon46dc53470111::VertexAttribState
2689 VertexAttribState va(i); in Run()
2706 VertexAttribState va0(0); in Run()
2721 VertexAttribState va2(2); in Run()
2771 VertexAttribState va15(15); in Run()
2882 VertexAttribState va(i); in Run()
2897 VertexAttribState va(i); in Run()
2912 VertexAttribState va5(5); in Run()
2916 VertexAttribState va2(2); in Run()
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp356 const GLClientState::VertexAttribState& state = ctx->m_state->getState(loc); in s_glIsEnabled()
408 … const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexData()
524 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawArrays()
556 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawElements()
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp375 const GLClientState::VertexAttribState& GLClientState::getState(int location) { in getState()
379 const GLClientState::VertexAttribState& GLClientState::getStateAndEnableDirty(int location, bool *e… in getStateAndEnableDirty()
395 const VertexAttribState &state = getStateAndEnableDirty(i, &enableChanged); in updateEnableDirtyArrayForDraw()
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1336 const GLClientState::VertexAttribState& state = vaoState.attribState[i]; in sendVertexAttributes()