Searched refs:normalized (Results 201 - 225 of 268) sorted by relevance

1234567891011

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3158 sFilter, sFilter, 0.0f /* lod threshold */, false /* non-normalized coords */);
3621 void ReferenceContext::vertexAttribPointer (deUint32 index, int rawSize, deUint32 type, deBool normalized, int stride, const void *pointer)
3634 RC_IF_ERROR(normalized != GL_TRUE && normalized != GL_FALSE, GL_INVALID_ENUM, RC_RET_VOID);
3639 RC_IF_ERROR(allowBGRA && rawSize == GL_BGRA && normalized == GL_FALSE, GL_INVALID_OPERATION, RC_RET_VOID);
3646 vao.m_arrays[index].normalized = normalized == GL_TRUE;
3677 vao.m_arrays[index].normalized = false;
4417 (sglr::rr_util::mapGLFloatVertexAttributeType(vao.m_arrays[ndx].type, vao.m_arrays[ndx].normalized, vao.m_arrays[ndx].size, this->getType()));
4737 true, // normalized coord
[all...]
H A DsglrContextWrapper.hpp192 void glVertexAttribPointer (deUint32 indx, int size, deUint32 type, deBool normalized, int stride, const void* ptr);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc1283 GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,
1290 << GLES2Util::GetStringBool(normalized) << ", "
1295 bound_array_buffer_id_, index, size, type, normalized, stride, ptr)) {
1307 helper_->VertexAttribPointer(index, size, type, normalized, stride,
1315 helper_->VertexAttribPointer(index, size, type, normalized, stride,
1282 VertexAttribPointer( GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
H A Dgles2_c_lib_autogen.h608 GLboolean normalized,
612 indx, size, type, normalized, stride, ptr);
605 GLES2VertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
H A Dgles2_trace_implementation_impl_autogen.h975 GLboolean normalized,
979 gl_->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
972 VertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
H A Dgles2_implementation_autogen.h476 GLboolean normalized,
H A Dgles2_interface_autogen.h317 GLboolean normalized,
H A Dgles2_interface_stub_autogen.h345 GLboolean normalized,
H A Dgles2_trace_implementation_autogen.h345 GLboolean normalized,
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py143 The normalized path.
145 normalized = os.path.normpath(source)
146 if source.count('$') == normalized.count('$'):
147 source = normalized
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h540 GLboolean normalized,
999 GLboolean normalized,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1368 GLboolean normalized,
1374 ->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
1364 VertexAttribPointer(PP_Resource context_id, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd74 # that case. If the values are already normalized, nothing
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c561 boolean normalized = tex->target != PIPE_TEXTURE_RECT && local
564 if (normalized) {
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp123 std::string normalized = s.substr( 0, exponentStartIndex ); local
130 return normalized + exponent;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c561 boolean normalized = tex->target != PIPE_TEXTURE_RECT && local
564 if (normalized) {
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h346 virtual void vertexAttribPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized,
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h613 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h518 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h614 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h212 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h373 WGC3Dboolean normalized,
/external/mesa3d/include/GLES2/
H A Dgl2.h614 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h211 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h6673 GLAPI void APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
6767 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
7333 GLAPI void APIENTRY glVertexAttribPointerARB (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
7396 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERARBPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
8030 GLAPI void APIENTRY glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
8031 GLAPI void APIENTRY glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
8032 GLAPI void APIENTRY glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
8033 GLAPI void APIENTRY glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
8034 GLAPI void APIENTRY glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
8035 GLAPI void APIENTRY glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, cons
[all...]

Completed in 1387 milliseconds

1234567891011