OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttachment
(Results
1 - 9
of
9
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h
51
GLuint
getAttachment
(GLenum attachment,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h
116
WebGLAttachment*
getAttachment
(GC3Denum) const;
WebGLFramebuffer.cpp
330
WebGLAttachment* attachmentObject =
getAttachment
(attachment);
339
WebGLAttachment* attachmentObject =
getAttachment
(attachment);
429
WebGLFramebuffer::WebGLAttachment* WebGLFramebuffer::
getAttachment
(GC3Denum attachment) const
441
WebGLAttachment* attachmentObject =
getAttachment
(attachment);
489
WebGLAttachment* attachment =
getAttachment
(GL_COLOR_ATTACHMENT0);
500
WebGLAttachment* attachment =
getAttachment
(GL_COLOR_ATTACHMENT0);
511
WebGLAttachment* attachment =
getAttachment
(GL_COLOR_ATTACHMENT0);
583
WebGLAttachment* attachment =
getAttachment
(GL_STENCIL_ATTACHMENT);
585
attachment =
getAttachment
(GC3D_DEPTH_STENCIL_ATTACHMENT_WEBGL);
618
if (m_drawBuffers[i] != GL_NONE &&
getAttachment
(m_drawBuffers[i]))
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp
78
GLuint FramebufferData::
getAttachment
(GLenum attachment,
129
if(!
getAttachment
(GL_COLOR_ATTACHMENT0_OES, NULL, NULL))
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
437
if (
getAttachment
() != INVALID_VALUE_PARAMETER) {
440
appParamBuf.put((byte)
getAttachment
());
629
public int
getAttachment
() {
[
all
...]
BluetoothMapObexServer.java
421
Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.
getAttachment
() + ", Charset = " + appParams.getCharset() +
BluetoothMapContent.java
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
[
all
...]
Completed in 917 milliseconds