OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initAttachment
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsLifetimeTests.hpp
212
virtual void
initAttachment
(GLuint seed, GLuint attachment) = 0;
281
void
initAttachment
(GLuint seed, GLuint element);
338
void
initAttachment
(GLuint seed, GLuint element);
glsLifetimeTests.cpp
269
void FboAttacher::
initAttachment
(GLuint seed, GLuint element)
412
void ShaderProgramAttacher::
initAttachment
(GLuint seed, GLuint shader)
923
m_attacher.
initAttachment
(0, *element);
1007
attacher.
initAttachment
(refSeed, elementId);
1019
attacher.
initAttachment
(newSeed, newId);
1088
attacher.
initAttachment
(0, elementId);
1108
attacher.
initAttachment
(newSeed, newId);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
214
void
initAttachment
(GLuint seed, GLuint element);
257
void BufferVAOAttacher::
initAttachment
(GLuint seed, GLuint buffer)
312
void
initAttachment
(GLuint seed, GLuint element);
319
void BufferTfAttacher::
initAttachment
(GLuint seed, GLuint buffer)
Completed in 35 milliseconds