Home
last modified time | relevance | path

Searched refs:offsetLocation (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/compiler/translator/
DValidateOutputs.cpp119 const size_t offsetLocation = location + elementIndex; in validate() local
120 if ((*validOutputsToUse)[offsetLocation]) in validate()
124 << (*validOutputsToUse)[offsetLocation]->getName() << "'"; in validate()
129 (*validOutputsToUse)[offsetLocation] = symbol; in validate()
DValidateVaryingLocations.cpp150 const int offsetLocation = location + elementIndex; in MarkVaryingLocations() local
151 auto conflict = locationMap->find(offsetLocation); in MarkVaryingLocations()
170 (*locationMap)[offsetLocation] = {varying, field}; in MarkVaryingLocations()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DStickyHeaderRecyclerView.java139 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
DStickyHeaderListView.java108 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.h184 GLint offsetLocation = -1; member
DBlitGL.cpp365 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, 0.0, 0.0)); in copySubImageToLUMAWorkaroundTexture()
545 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, texCoordOffset.x(), in blitColorBufferWithShader()
653 mFunctions->uniform2f(blitProgram->offsetLocation, offset.x(), offset.y())); in copySubTexture()
1078 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, 0.0f, 0.0f)); in generateSRGBMipmap()
1536 result.offsetLocation = in getBlitProgram()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local
730 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderTo()
731 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo()
732 ctx.enableVertexAttribArray(offsetLocation); in renderTo()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp824 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local
869 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderTo()
870 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo()
871 ctx.enableVertexAttribArray(offsetLocation); in renderTo()
Des31fGeometryShaderTests.cpp5586 const int offsetLocation = gl.getAttribLocation(m_program->getProgram(), "a_offset"); in iterate() local
5590 if (offsetLocation == -1) in iterate()
5600 gl.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in iterate()
5601 gl.enableVertexAttribArray(offsetLocation); in iterate()
5622 gl.vertexAttribDivisor(offsetLocation, 2); in iterate()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java629 public void offsetLocation(float xOffset, float yOffset) { in offsetLocation() method in NativeInput.MotionEvent
DShadowMotionEvent.java854 event.offsetLocation(deltaX, deltaY); in nativeOffsetLocation()
/external/libchrome/base/android/jni_generator/
DtestMotionEvent.javap275 const #265 = Asciz offsetLocation;
2097 public final void offsetLocation(float, float);
DtestMotionEvent.javap7279 #265 = Utf8 offsetLocation
2184 public final void offsetLocation(float, float);
DtestConstantsFromJavaP.golden1851 "offsetLocation",