Searched refs:GL_FLOAT (Results 51 - 63 of 63) sorted by relevance

123

/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp269 glVertexAttribPointer(gvPositionHandle, 2, GL_FLOAT, GL_FALSE, 0, gTriangleVertices);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java72 int GL_FLOAT = 0x1406; field in interface:GL10
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java152 public static final int GL_FLOAT = 0x1406; field in class:GLES20
H A DGLLogWrapper.java923 case GL_FLOAT:
924 return "GL_FLOAT";
1109 case GL_FLOAT: {
3925 case GL_FLOAT:
/frameworks/native/opengl/include/GLES/
H A Dgl.h111 /* GL_FLOAT */
318 #define GL_FLOAT 0x1406 macro
358 /* GL_FLOAT */
408 /* GL_FLOAT */
490 /* GL_FLOAT */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h202 #define GL_FLOAT 0x1406 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp526 case GL_FLOAT:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h138 /* GL_FLOAT */
275 #define GL_FLOAT 0x1406 macro
315 /* GL_FLOAT */
365 /* GL_FLOAT */
456 /* GL_FLOAT */
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp330 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
331 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
H A DrsdAllocation.cpp68 case RS_TYPE_FLOAT_32: return GL_FLOAT;
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h202 #define GL_FLOAT 0x1406 macro
H A Dgl31.h202 #define GL_FLOAT 0x1406 macro
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1921 glVertexAttribPointer(slot, 4, GL_FLOAT, GL_FALSE, stride, colors);
2420 glVertexAttribPointer(alphaSlot, 1, GL_FLOAT, GL_FALSE, gAlphaVertexStride, alphaCoords);

Completed in 721 milliseconds

123