HomeSort by relevance Sort by last modified time
    Searched full:uniform2fv (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 403 "Uniform2fv",
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 191 GET_PROC(Uniform2fv);
445 GET_PROC(Uniform2fv);
GrGLProgramDataManager.cpp 115 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v));
118 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 122 gl->uniform2fv = &glUniform2fv;
glwInitES20.inl 122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwFunctions.inl 525 glUniform2fvFunc uniform2fv;
    [all...]
glwInitES30Direct.inl 205 gl->uniform2fv = &glUniform2fv;
glwInitES30.inl 205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitES31Direct.inl 267 gl->uniform2fv = &glUniform2fv;
glwInitGL30.inl 203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitES31.inl 267 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL31.inl 214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL32.inl 232 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL33.inl 251 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL40.inl 283 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 267 dst->uniform2fv = src.uniform2fv;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
sglrContext.hpp 164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
sglrGLContext.cpp 731 void GLContext::uniform2fv (deInt32 location, deInt32 count, const float* value) function in class:sglr::GLContext
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 525 gl->uniform2fv = glUniform2fv;
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 339 case 2: ctx.uniform2fv(location, 1, (float*)value.value().getValuePtr()); break;
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 742 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr());
743 gl.uniform2fv(biasLoc, 1, m_derivBias.getPtr());
    [all...]
es3fShaderStructTests.cpp 1163 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1165 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
    [all...]

Completed in 353 milliseconds

1 2 3