OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VertexAttribute
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexBuffer9.h
28
virtual bool storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count, GLsizei instances,
32
virtual bool getSpaceRequired(const gl::
VertexAttribute
&attrib, GLsizei count, GLsizei instances, unsigned int *outSpaceRequired) const;
34
virtual bool requiresConversion(const gl::
VertexAttribute
&attrib) const;
36
unsigned int getVertexSize(const gl::
VertexAttribute
&attrib) const;
37
D3DDECLTYPE getDeclType(const gl::
VertexAttribute
&attrib) const;
83
static const FormatConverter &formatConverter(const gl::
VertexAttribute
&attribute);
85
static bool spaceRequired(const gl::
VertexAttribute
&attrib, std::size_t count, GLsizei instances,
VertexBuffer.h
17
class
VertexAttribute
;
32
virtual bool storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count,
36
virtual bool getSpaceRequired(const gl::
VertexAttribute
&attrib, GLsizei count, GLsizei instances,
39
virtual bool requiresConversion(const gl::
VertexAttribute
&attrib) const = 0;
63
bool reserveVertexSpace(const gl::
VertexAttribute
&attribute, GLsizei count, GLsizei instances);
70
virtual bool storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count, GLsizei instances,
114
bool storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count, GLsizei instances,
117
bool lookupAttribute(const gl::
VertexAttribute
&attribute, unsigned int* outStreamOffset);
VertexBuffer11.h
28
virtual bool storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count, GLsizei instances,
32
virtual bool getSpaceRequired(const gl::
VertexAttribute
&attrib, GLsizei count, GLsizei instances,
35
virtual bool requiresConversion(const gl::
VertexAttribute
&attrib) const;
41
unsigned int getVertexSize(const gl::
VertexAttribute
&attrib) const;
42
DXGI_FORMAT getDXGIFormat(const gl::
VertexAttribute
&attrib) const;
69
static const VertexConverter &getVertexConversion(const gl::
VertexAttribute
&attribute);
VertexDataManager.h
18
class
VertexAttribute
;
33
const gl::
VertexAttribute
*attribute;
49
GLenum prepareVertexData(const gl::
VertexAttribute
attribs[], gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instances);
VertexBuffer.cpp
90
bool VertexBufferInterface::storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count, GLsizei instances,
153
bool VertexBufferInterface::reserveVertexSpace(const gl::
VertexAttribute
&attribute, GLsizei count, GLsizei instances)
227
bool StaticVertexBufferInterface::lookupAttribute(const gl::
VertexAttribute
&attribute, unsigned int *outStreamOffset)
269
bool StaticVertexBufferInterface::storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count, GLsizei instances,
VertexBuffer11.cpp
76
bool VertexBuffer11::storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count,
155
bool VertexBuffer11::getSpaceRequired(const gl::
VertexAttribute
&attrib, GLsizei count,
192
bool VertexBuffer11::requiresConversion(const gl::
VertexAttribute
&attrib) const
239
unsigned int VertexBuffer11::getVertexSize(const gl::
VertexAttribute
&attrib) const
244
DXGI_FORMAT VertexBuffer11::getDXGIFormat(const gl::
VertexAttribute
&attrib) const
423
const VertexBuffer11::VertexConverter &VertexBuffer11::getVertexConversion(const gl::
VertexAttribute
&attribute)
VertexBuffer9.cpp
84
bool VertexBuffer9::storeVertexAttributes(const gl::
VertexAttribute
&attrib, GLint start, GLsizei count,
177
bool VertexBuffer9::getSpaceRequired(const gl::
VertexAttribute
&attrib, GLsizei count, GLsizei instances,
183
bool VertexBuffer9::requiresConversion(const gl::
VertexAttribute
&attrib) const
188
unsigned int VertexBuffer9::getVertexSize(const gl::
VertexAttribute
&attrib) const
194
D3DDECLTYPE VertexBuffer9::getDeclType(const gl::
VertexAttribute
&attrib) const
476
const VertexBuffer9::FormatConverter &VertexBuffer9::formatConverter(const gl::
VertexAttribute
&attribute)
481
bool VertexBuffer9::spaceRequired(const gl::
VertexAttribute
&attrib, std::size_t count, GLsizei instances,
VertexDataManager.cpp
29
static int elementsInBuffer(const gl::
VertexAttribute
&attribute, unsigned int size)
41
static int StreamingBufferElementCount(const gl::
VertexAttribute
&attribute, int vertexDrawCount, int instanceDrawCount)
85
static bool directStoragePossible(VertexBufferInterface* vb, const gl::
VertexAttribute
& attrib)
95
GLenum VertexDataManager::prepareVertexData(const gl::
VertexAttribute
attribs[], gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *translated, GLsizei instances)
Renderer.h
42
class
VertexAttribute
;
135
virtual GLenum applyVertexBuffer(gl::ProgramBinary *programBinary, gl::
VertexAttribute
vertexAttributes[], GLint first, GLsizei count, GLsizei instances) = 0;
Renderer11.h
74
virtual GLenum applyVertexBuffer(gl::ProgramBinary *programBinary, gl::
VertexAttribute
vertexAttributes[], GLint first, GLsizei count, GLsizei instances);
Renderer9.h
88
virtual GLenum applyVertexBuffer(gl::ProgramBinary *programBinary, gl::
VertexAttribute
vertexAttributes[], GLint first, GLsizei count, GLsizei instances);
Renderer11.cpp
[
all
...]
Renderer9.cpp
[
all
...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java
56
private HashMap<String,
VertexAttribute
> mAttributes = new HashMap<String,
VertexAttribute
>();
77
private static class
VertexAttribute
{
90
public
VertexAttribute
(String name, int index) {
401
VertexAttribute
attr = getProgramAttribute(attributeName, true);
407
VertexAttribute
attr = getProgramAttribute(attributeName, true);
632
for (
VertexAttribute
attr : mAttributes.values()) {
642
VertexAttribute
attr = getProgramAttribute(texCoordAttributeName(), false);
654
VertexAttribute
attr = getProgramAttribute(positionAttributeName(), false);
759
private
VertexAttribute
getProgramAttribute(String name, boolean required)
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
73
class
VertexAttribute
76
VertexAttribute
() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false), mDivisor(0)
160
VertexAttribute
vertexAttribute
[MAX_VERTEX_ATTRIBS];
261
const
VertexAttribute
&getVertexAttribState(unsigned int attribNum);
Context.cpp
227
mState.
vertexAttribute
[i].mBoundBuffer.set(NULL);
634
mState.
vertexAttribute
[attribNum].mArrayEnabled = enabled;
637
const
VertexAttribute
&Context::getVertexAttribState(unsigned int attribNum)
639
return mState.
vertexAttribute
[attribNum];
645
mState.
vertexAttribute
[attribNum].mBoundBuffer.set(boundBuffer);
646
mState.
vertexAttribute
[attribNum].mSize = size;
647
mState.
vertexAttribute
[attribNum].mType = type;
648
mState.
vertexAttribute
[attribNum].mNormalized = normalized;
649
mState.
vertexAttribute
[attribNum].mStride = stride;
650
mState.
vertexAttribute
[attribNum].mPointer = pointer
[
all
...]
libGLESv2.cpp
[
all
...]
Completed in 1419 milliseconds