OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestoreAttribute
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state.cc
112
void ContextState::
RestoreAttribute
(GLuint attrib_index) const {
152
RestoreAttribute
(attrib);
context_state.h
107
void
RestoreAttribute
(GLuint index) const;
gles2_cmd_decoder.h
148
virtual void
RestoreAttribute
(unsigned index) const = 0;
gles2_cmd_decoder_mock.h
62
MOCK_CONST_METHOD1(
RestoreAttribute
, void(unsigned index));
gles2_cmd_copy_texture_chromium.cc
424
decoder->
RestoreAttribute
(kVertexPositionAttrib);
gles2_cmd_decoder.cc
595
virtual void
RestoreAttribute
(unsigned index) const OVERRIDE {
596
state_.
RestoreAttribute
(index);
[
all
...]
Completed in 42 milliseconds